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 | 衍 | 1001111110100101 | 9fa5 |
EUC-JP | 衍 | 1101111010100111 | dea7 |
UTF-8 | 衍 | 111010001010000110001101 | e8a18d |
UHC | 衍 | 1110011011100010 | e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)