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 | ?舌 | 001111111001000011100011 | 3f90e3 |
EUC-JP | ?舌 | 001111111100000011100101 | 3fc0e5 |
UTF-8 | 숷舌 | 111011001000100010110111111010001000100010001100 | ec88b7e8888c |
UHC | 숷舌 | 10011010010011001110000011011111 | 9a4ce0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)