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 | 帳↑ | 10010010101000001000000110101010 | 92a081aa |
EUC-JP | 帳↑ | 11000100101000101010001010101100 | c4a2a2ac |
UTF-8 | 帳↑ | 111001011011100010110011111000101000011010010001 | e5b8b3e28691 |
UHC | 帳↑ | 11101101111000111010000111101000 | ede3a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)