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 | XMhX | 10011010010110001001101001001101011010001001101001011000 | 9a589a4d689a58 |
SJIS-WIN | ?X?Mh?X | 00111111010110000011111101001101011010000011111101011000 | 3f583f4d683f58 |
EUC-JP | ?X?Mh?X | 00111111010110000011111101001101011010000011111101011000 | 3f583f4d683f58 |
UTF-8 | XMhX | 11000010100110100101100011000010100110100100110101101000110000101001101001011000 | c29a58c29a4d68c29a58 |
UHC | ?X?Mh?X | 00111111010110000011111101001101011010000011111101011000 | 3f583f4d683f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)