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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 凉戈凉痲^ | 100110010111100110011100111101111001100101111001111000011000010001011110 | 99799cf79979e1845e |
EUC-JP | 凉戈凉痲^ | 110100011101101011011000111110011101000111011010111000011110010001011110 | d1dad8f9d1dae1e45e |
UTF-8 | 凉戈凉痲^ | 11100101100001111000100111100110100010001000100011100101100001111000100111100111100101111011001001011110 | e58789e68888e58789e797b25e |
UHC | 凉戈凉痲^ | 110101011101100011001101111111001101010111011000110110001010011001011110 | d5d8cdfcd5d8d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)