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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 煽D煽D^ | 10010000111110000100010010010000111110000100010001011110 | 90f84490f8445e |
EUC-JP | 煽D煽D^ | 11000000111110100100010011000000111110100100010001011110 | c0fa44c0fa445e |
UTF-8 | 煽D煽D^ | 111001111000010110111101010001001110011110000101101111010100010001011110 | e785bd44e785bd445e |
UHC | 煽D煽D^ | 11100000110000110100010011100000110000110100010001011110 | e0c344e0c3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)