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 | 萄 | 1001001110111000 | 93b8 |
EUC-JP | 萄 | 1100011010111010 | c6ba |
UTF-8 | 萄 | 111010001001000010000100 | e89084 |
UHC | 萄 | 1101010010101100 | d4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)