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 | 楔邵舌 | 100111101011011011100111101110001001000011100011 | 9eb6e7b890e3 |
EUC-JP | 楔邵舌 | 110111001011100011101110101110101100000011100101 | dcb8eebac0e5 |
UTF-8 | 楔邵舌 | 111001101010010110010100111010011000001010110101111010001000100010001100 | e6a594e982b5e8888c |
UHC | 楔邵舌 | 111000001101101111100001110100001110000011011111 | e0dbe1d0e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)