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 | 苞 | 1110010010011010 | e49a |
EUC-JP | 苞 | 1110011111111010 | e7fa |
UTF-8 | 苞 | 111010001000101110011110 | e88b9e |
UHC | 苞 | 1111100011100010 | f8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)