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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌滔、 | 1110100010011001100111111110101110100100 | e8999feba4 |
EUC-JP | 陌滔、 | 111011111111100111011110111011011000111010100100 | eff9deed8ea4 |
UTF-8 | 陌滔、 | 111010011001100110001100111001101011101110010100111011111011110110100100 | e9998ce6bb94efbda4 |
UHC | 陌滔? | 1101100011101000110101001010010100111111 | d8e8d4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)