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 | 安 | 1000100011000000 | 88c0 |
EUC-JP | 安 | 1011000011000010 | b0c2 |
UTF-8 | 安 | 111001011010111010001001 | e5ae89 |
UHC | 安 | 1110010011001100 | e4cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)