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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 雜コ | 111010001011011010111010 | e8b6ba |
EUC-JP | 雜コ | 11110000101110001000111010111010 | f0b88eba |
UTF-8 | 雜コ | 111010011001101110011100111011111011110110111010 | e99b9cefbdba |
UHC | 雜? | 111011011101101000111111 | edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)