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 | 轉 | 1110011101111010 | e77a |
EUC-JP | 轉 | 1110110111011011 | eddb |
UTF-8 | 轉 | 111010001011110110001001 | e8bd89 |
UHC | 轉 | 1110111110101110 | efae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)