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 | 蔘? | 111001001111001100111111 | e4f33f |
EUC-JP | 蔘? | 111010001111010100111111 | e8f53f |
UTF-8 | 蔘띁 | 111010001001010010011000111010111001110110000001 | e89498eb9d81 |
UHC | 蔘띁 | 11011111101110001000110110111100 | dfb88dbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)