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 | 凉卿凉卿^ | 100110010111100110001011101010001001100101111001100010111010100001011110 | 99798ba899798ba85e |
EUC-JP | 凉卿凉卿^ | 110100011101101010110110101010101101000111011010101101101010101001011110 | d1dab6aad1dab6aa5e |
UTF-8 | 凉卿凉卿^ | 11100101100001111000100111100101100011011011111111100101100001111000100111100101100011011011111101011110 | e58789e58dbfe58789e58dbf5e |
UHC | 凉卿凉卿^ | 110101011101100011001100110011111101010111011000110011001100111101011110 | d5d8cccfd5d8cccf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)