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 | 車治鉉 | 100011101101010010001110101000011110011111101001 | 8ed48ea1e7e9 |
EUC-JP | 車治鉉 | 101111001101011010111100101000111110111011101011 | bcd6bca3eeeb |
UTF-8 | 車治鉉 | 111010001011101110001010111001101011001010111011111010011000100110001001 | e8bb8ae6b2bbe98989 |
UHC | 車治鉉 | 111100111011001111110110101111011111101011101000 | f3b3f6bdfae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)