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 | ÀåÝÓ^ | 1100000011100101110111011101001101011110 | c0e5ddd35e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÀåÝÓ^ | 10001111101010101010001010001111101010111010100110001111101010101111001010001111101010101101000101011110 | 8faaa28faba98faaf28faad15e |
UTF-8 | ÀåÝÓ^ | 110000111000000011000011101001011100001110011101110000111001001101011110 | c380c3a5c39dc3935e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)