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^ | 10001110111101100100010010001110111101100100010001011110 | 8ef6448ef6445e |
EUC-JP | 授D授D^ | 10111100111110000100010010111100111110000100010001011110 | bcf844bcf8445e |
UTF-8 | 授D授D^ | 111001101000111010001000010001001110011010001110100010000100010001011110 | e68e8844e68e88445e |
UHC | 授D授D^ | 11100010101000110100010011100010101000110100010001011110 | e2a344e2a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)