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 | ?食 | 001111111001000001001000 | 3f9048 |
EUC-JP | ?食 | 001111111011111110101001 | 3fbfa9 |
UTF-8 | 젱食 | 111011001010000010110001111010011010001110011111 | eca0b1e9a39f |
UHC | 젱食 | 11000001101011011110001111011101 | c1ade3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)