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 | 聳 | 1110001111011110 | e3de |
EUC-JP | 聳 | 1110011011100000 | e6e0 |
UTF-8 | 聳 | 111010001000000110110011 | e881b3 |
UHC | 聳 | 1110100111000110 | e9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)