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 | 消釞 | 10001111110000011111101110111100 | 8fc1fbbc |
EUC-JP | 消釞 | 1011111011000011100011111110001110101001 | bec38fe3a9 |
UTF-8 | 消釞 | 111001101011011010001000111010011000011110011110 | e6b688e9879e |
UHC | 消? | 111000011011110000111111 | e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)