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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珈魎瞎怐獏 | 11100000110110111110100110110010111000011101000010011100100000011110000011010001 | e0dbe9b2e1d09c81e0d1 |
EUC-JP | 珈魎瞎怐獏 | 11100000110111011111001010110100111000101101001011010111111000011110000011010011 | e0ddf2b4e2d2d7e1e0d3 |
UTF-8 | 珈魎瞎怐獏 | 111001111000111110001000111010011010110110001110111001111001111010001110111001101000000010010000111001111000110110001111 | e78f88e9ad8ee79e8ee68090e78d8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)