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 | 莊箚 | 11100100101101011110001010110010 | e4b5e2b2 |
EUC-JP | 莊箚 | 11101000101101111110010010110100 | e8b7e4b4 |
UTF-8 | 莊箚 | 111010001000111010001010111001111010111010011010 | e88e8ae7ae9a |
UHC | 莊箚 | 11101101111101101111001110110000 | edf6f3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)