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 | äAåE | 111001000100000110001110111001011001000001000101 | e4418ee59045 |
SJIS-WIN | ?A???E | 001111110100000100111111001111110011111101000101 | 3f413f3f3f45 |
EUC-JP | äA?å?E | 10001111101010111010001101000001001111111000111110101011101010010011111101000101 | 8faba3413f8faba93f45 |
UTF-8 | äAåE | 11000011101001000100000111000010100011101100001110100101110000101001000001000101 | c3a441c28ec3a5c29045 |
UHC | ?A???E | 001111110100000100111111001111110011111101000101 | 3f413f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)