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??? | 001111110011111101000110001111110011111100111111 | 3f3f463f3f3f |
SJIS-WIN | 嶸」F嶸麗个 | 11111010101101001010001101000110111110101011010010010111111011011001100010100010 | fab4a346fab497ed98a2 |
EUC-JP | 嶸」F嶸麗个 | 10001111101110111111010010001110101000110100011010001111101110111111010011001110111011111101000010100100 | 8fbbf48ea3468fbbf4ceefd0a4 |
UTF-8 | 嶸」F嶸麗个 | 11100101101101101011100011101111101111011010001101000110111001011011011010111000111010011011101010010111111001001011100010101010 | e5b6b8efbda346e5b6b8e9ba97e4b8aa |
UHC | 嶸?F嶸麗? | 111001111010111000111111010001101110011110101110110101011111001000111111 | e7ae3f46e7aed5f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)