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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 喇謐+ | 100110100110100011100110100011011000000101111011 | 9a68e68d817b |
EUC-JP | 喇謐+ | 110100111100100111101011111011011010000111011100 | d3c9ebeda1dc |
UTF-8 | 喇謐+ | 111001011001011010000111111010001010110010010000111011111011110010001011 | e59687e8ac90efbc8b |
UHC | 喇謐+ | 110101001111101011011010110011011010001110101011 | d4fadacda3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)