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 | 凉戈凉珞^ | 100110010111100110011100111101111001100101111001111000001110001001011110 | 99799cf79979e0e25e |
EUC-JP | 凉戈凉珞^ | 110100011101101011011000111110011101000111011010111000001110010001011110 | d1dad8f9d1dae0e45e |
UTF-8 | 凉戈凉珞^ | 11100101100001111000100111100110100010001000100011100101100001111000100111100111100011111001111001011110 | e58789e68888e58789e78f9e5e |
UHC | 凉戈凉珞^ | 110101011101100011001101111111001101010111011000110101011010100001011110 | d5d8cdfcd5d8d5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)