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^ | 11111011110000100100010011111011110000100100010001011110 | fbc244fbc2445e |
EUC-JP | 鈐D鈐D^ | 100011111110001111000001010001001000111111100011110000010100010001011110 | 8fe3c1448fe3c1445e |
UTF-8 | 鈐D鈐D^ | 111010011000100010010000010001001110100110001000100100000100010001011110 | e9889044e98890445e |
UHC | 鈐D鈐D^ | 11001100101000100100010011001100101000100100010001011110 | cca244cca2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)