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 | ΑΒ | 10000011100111111000001110100000 | 839f83a0 |
EUC-JP | ΑΒ | 10100110101000011010011010100010 | a6a1a6a2 |
UTF-8 | ΑΒ | 11001110100100011100111010010010 | ce91ce92 |
UHC | ΑΒ | 10100101110000011010010111000010 | a5c1a5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)