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 | ? | 00111111 | 3f |
SJIS-WIN | 癡 | 1110000110010111 | e197 |
EUC-JP | 癡 | 1110000111110111 | e1f7 |
UTF-8 | 癡 | 111001111001100110100001 | e799a1 |
UHC | 癡 | 1111011011000010 | f6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)