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 | åRB | 11100101010100101001100101000010 | e5529942 |
SJIS-WIN | ?R?B | 00111111010100100011111101000010 | 3f523f42 |
EUC-JP | åR?B | 100011111010101110101001010100100011111101000010 | 8faba9523f42 |
UTF-8 | åRB | 110000111010010101010010110000101001100101000010 | c3a552c29942 |
UHC | ?R?B | 00111111010100100011111101000010 | 3f523f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)