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 | ?堊 | 001111111001101010111111 | 3f9abf |
EUC-JP | ?堊 | 001111111101010011000001 | 3fd4c1 |
UTF-8 | 체堊 | 111011001011001010110100111001011010000010001010 | ecb2b4e5a08a |
UHC | 체堊 | 11000011101111001110010010111110 | c3bce4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)