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 | ådA | 11100101011001001001000101000001 | e5649141 |
SJIS-WIN | ?d?A | 00111111011001000011111101000001 | 3f643f41 |
EUC-JP | åd?A | 100011111010101110101001011001000011111101000001 | 8faba9643f41 |
UTF-8 | ådA | 110000111010010101100100110000101001000101000001 | c3a564c29141 |
UHC | ?d?A | 00111111011001000011111101000001 | 3f643f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)