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 | ?仁 | 001111111001000001101101 | 3f906d |
EUC-JP | ?仁 | 001111111011111111001110 | 3fbfce |
UTF-8 | 騈仁 | 111010011010100010001000111001001011101110000001 | e9a888e4bb81 |
UHC | 騈仁 | 11011100110000001110110011010010 | dcc0ecd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)