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^ | 11100110011000100100010011100110011000100100010001011110 | e66244e662445e |
EUC-JP | 訝D訝D^ | 11101011110000110100010011101011110000110100010001011110 | ebc344ebc3445e |
UTF-8 | 訝D訝D^ | 111010001010100010011101010001001110100010101000100111010100010001011110 | e8a89d44e8a89d445e |
UHC | 訝D訝D^ | 11100100101110000100010011100100101110000100010001011110 | e4b844e4b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)