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 | 磊 | 1110000111111011 | e1fb |
EUC-JP | 磊 | 1110001011111101 | e2fd |
UTF-8 | 磊 | 111001111010001110001010 | e7a38a |
UHC | 磊 | 1101011011110000 | d6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)