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 | 舌洩 | 10010000111000111000100101101011 | 90e3896b |
EUC-JP | 舌洩 | 11000000111001011011000111001100 | c0e5b1cc |
UTF-8 | 舌洩 | 111010001000100010001100111001101011010010101001 | e8888ce6b4a9 |
UHC | 舌洩 | 11100000110111111110000011011101 | e0dfe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)