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 | äV | 11100100010101101000001010001000 | e4568288 |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | äV?? | 100011111010101110100011010101100011111100111111 | 8faba3563f3f |
UTF-8 | äV | 11000011101001000101011011000010100000101100001010001000 | c3a456c282c288 |
UHC | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)