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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 躁?E | 11100111010011100011111101000101 | e74e3f45 |
EUC-JP | 躁?E | 11101101101011110011111101000101 | edaf3f45 |
UTF-8 | 躁낌E | 11101000101110101000000111101011100000101000110001000101 | e8ba81eb828c45 |
UHC | 躁낌E | 1111000011100010101100111010011001000101 | f0e2b3a645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)