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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 酊蔆 | 11100111110000101110010011001111 | e7c2e4cf |
EUC-JP | 酊蔆 | 11101110110001001110100011010001 | eec4e8d1 |
UTF-8 | 酊蔆 | 111010011000010110001010111010001001010010000110 | e9858ae89486 |
UHC | 酊? | 111011111111100000111111 | eff83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)