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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 蓚獺C | 1110010011101001111000001101101001000011 | e4e9e0da43 |
EUC-JP | 蓚獺C | 1110100011101011111000001101110001000011 | e8ebe0dc43 |
UTF-8 | 蓚獺C | 11101000100100111001101011100111100011011011101001000011 | e8939ae78dba43 |
UHC | 蓚獺C | 1110001010111110110100111011011101000011 | e2bed3b743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)