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^ | 11100000110100110100010011100000110100110100010001011110 | e0d344e0d3445e |
EUC-JP | 獗D獗D^ | 11100000110101010100010011100000110101010100010001011110 | e0d544e0d5445e |
UTF-8 | 獗D獗D^ | 111001111000110110010111010001001110011110001101100101110100010001011110 | e78d9744e78d97445e |
UHC | 獗D獗D^ | 11001111111100010100010011001111111100010100010001011110 | cff144cff1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)