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 | ??P??m | 001111110011111101010000001111110011111101101101 | 3f3f503f3f6d |
SJIS-WIN | 嶸。P嶸・m | 1111101010110100101000010101000011111010101101001010010101101101 | fab4a150fab4a56d |
EUC-JP | 嶸。P嶸・m | 100011111011101111110100100011101010000101010000100011111011101111110100100011101010010101101101 | 8fbbf48ea1508fbbf48ea56d |
UTF-8 | 嶸。P嶸・m | 1110010110110110101110001110111110111101101000010101000011100101101101101011100011101111101111011010010101101101 | e5b6b8efbda150e5b6b8efbda56d |
UHC | 嶸?P嶸?m | 1110011110101110001111110101000011100111101011100011111101101101 | e7ae3f50e7ae3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)