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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 嘶??P | 1001101001111100001111110011111101010000 | 9a7c3f3f50 |
EUC-JP | 嘶??P | 1101001111011101001111110011111101010000 | d3dd3f3f50 |
UTF-8 | 嘶롦랾P | 11100101100110001011011011101011101000011010011011101011100111101011111001010000 | e598b6eba1a6eb9ebe50 |
UHC | 嘶롦랾P | 11100011101101101000111011100110100011100101011101010000 | e3b68ee68e5750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)