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 | ÁÛ | 1100000111011011 | c1db |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ÁÛ | 100011111010101010100001100011111010101011100101 | 8faaa18faae5 |
UTF-8 | ÁÛ | 11000011100000011100001110011011 | c381c39b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)