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 | ?嵌 | 001111111001101111000110 | 3f9bc6 |
EUC-JP | ?嵌 | 001111111101011011001000 | 3fd6c8 |
UTF-8 | 젖嵌 | 111011001010000010010110111001011011010110001100 | eca096e5b58c |
UHC | 젖嵌 | 11000001101001011100101011101110 | c1a5caee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)