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 | ÷¬ÓÀG | 1111011110101100110100111100000001000111 | f7acd3c047 |
SJIS-WIN | ÷¬??G | 10000001100000001000000111001010001111110011111101000111 | 818081ca3f3f47 |
EUC-JP | ÷¬ÓÀG | 1010000111100000101000101100110010001111101010101101000110001111101010101010001001000111 | a1e0a2cc8faad18faaa247 |
UTF-8 | ÷¬ÓÀG | 110000111011011111000010101011001100001110010011110000111000000001000111 | c3b7c2acc393c38047 |
UHC | ÷???G | 101000011100000000111111001111110011111101000111 | a1c03f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)