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 | åRt | 11100101010100101001011001110100 | e5529674 |
SJIS-WIN | ?R?t | 00111111010100100011111101110100 | 3f523f74 |
EUC-JP | åR?t | 100011111010101110101001010100100011111101110100 | 8faba9523f74 |
UTF-8 | åRt | 110000111010010101010010110000101001011001110100 | c3a552c29674 |
UHC | ?R?t | 00111111010100100011111101110100 | 3f523f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)