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 | ??j??? | 001111110011111101101010001111110011111100111111 | 3f3f6a3f3f3f |
SJIS-WIN | 嶸イj嶸麗个 | 11111010101101001011001001101010111110101011010010010111111011011001100010100010 | fab4b26afab497ed98a2 |
EUC-JP | 嶸イj嶸麗个 | 10001111101110111111010010001110101100100110101010001111101110111111010011001110111011111101000010100100 | 8fbbf48eb26a8fbbf4ceefd0a4 |
UTF-8 | 嶸イj嶸麗个 | 11100101101101101011100011101111101111011011001001101010111001011011011010111000111010011011101010010111111001001011100010101010 | e5b6b8efbdb26ae5b6b8e9ba97e4b8aa |
UHC | 嶸?j嶸麗? | 111001111010111000111111011010101110011110101110110101011111001000111111 | e7ae3f6ae7aed5f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)