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 | 碎齧 | 11100001111010101110101010010110 | e1eaea96 |
EUC-JP | 碎齧 | 11100010111011001111001111110110 | e2ecf3f6 |
UTF-8 | 碎齧 | 111001111010001010001110111010011011110110100111 | e7a28ee9bda7 |
UHC | 碎齧 | 11100001111011111110000011100101 | e1efe0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)