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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 陟包スェh | 11101000101000001001010111101111101111011010101001101000 | e8a095efbdaa68 |
EUC-JP | 陟包スェh | 111100001010001011001010111100011000111010111101100011101010101001101000 | f0a2caf18ebd8eaa68 |
UTF-8 | 陟包スェh | 11101001100110011001111111100101100011001000010111101111101111011011110111101111101111011010101001101000 | e9999fe58c85efbdbdefbdaa68 |
UHC | 陟包??h | 11110100101100111111100011010000001111110011111101101000 | f4b3f8d03f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)