To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 濡??^F | 100101000100011100111111001111110101111001000110 | 94473f3f5e46 |
EUC-JP | 濡??^F | 110001111010100000111111001111110101111001000110 | c7a83f3f5e46 |
UTF-8 | 濡붾젗^F | 1110011010111111101000011110101110110110101111101110110010100000100101110101111001000110 | e6bfa1ebb6beeca0975e46 |
UHC | 濡붾젗^F | 1110101110100001100101001110101110100000100100110101111001000110 | eba194eba0935e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)