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 | DF}DF{^ | 1001111001000100100110010100011001111101100111100100010010011001010001100111101101011110 | 9e4499467d9e4499467b5e |
SJIS-WIN | ?D?F}?D?F{^ | 0011111101000100001111110100011001111101001111110100010000111111010001100111101101011110 | 3f443f467d3f443f467b5e |
EUC-JP | ?D?F}?D?F{^ | 0011111101000100001111110100011001111101001111110100010000111111010001100111101101011110 | 3f443f467d3f443f467b5e |
UTF-8 | DF}DF{^ | 110000101001111001000100110000101001100101000110011111011100001010011110010001001100001010011001010001100111101101011110 | c29e44c299467dc29e44c299467b5e |
UHC | ?D?F}?D?F{^ | 0011111101000100001111110100011001111101001111110100010000111111010001100111101101011110 | 3f443f467d3f443f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)