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 | åH | 11100101010010001000001110000111 | e5488387 |
SJIS-WIN | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
EUC-JP | åH?? | 100011111010101110101001010010000011111100111111 | 8faba9483f3f |
UTF-8 | åH | 11000011101001010100100011000010100000111100001010000111 | c3a548c283c287 |
UHC | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)