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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱆竟盖 | 111010011110000111101000111011011110000110110011 | e9e1e8ede1b3 |
EUC-JP | 鱆竟盖 | 111100101110001111110000111011111110001010110101 | f2e3f0efe2b5 |
UTF-8 | 鱆竟盖 | 111010011011000110000110111001111010101110011111111001111001101110010110 | e9b186e7ab9fe79b96 |
UHC | ?竟盖 | 0011111111001100111001011100101111001100 | 3fcce5cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)