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 | 111001011011000001001000 | e5b048 |
SJIS-WIN | ?°H | 00111111100000011000101101001000 | 3f818b48 |
EUC-JP | å°H | 100011111010101110101001101000011110101101001000 | 8faba9a1eb48 |
UTF-8 | å°H | 1100001110100101110000101011000001001000 | c3a5c2b048 |
UHC | ?°H | 00111111101000011100011001001000 | 3fa1c648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)