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 | DD}DD{^ | 1000111101000100100011110100010001111101100011110100010010001111010001000111101101011110 | 8f448f447d8f448f447b5e |
SJIS-WIN | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
EUC-JP | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
UTF-8 | DD}DD{^ | 110000101000111101000100110000101000111101000100011111011100001010001111010001001100001010001111010001000111101101011110 | c28f44c28f447dc28f44c28f447b5e |
UHC | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)