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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 纐紫 | 11100011100101101000111010000111 | e3968e87 |
EUC-JP | 纐紫 | 11100101111101101011101111100111 | e5f6bbe7 |
UTF-8 | 纐紫 | 111001111011101010010000111001111011010010101011 | e7ba90e7b4ab |
UHC | ?紫 | 001111111110110110111001 | 3fedb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)