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 | 譽募 | 11100110101000111001010111100101 | e6a395e5 |
EUC-JP | 譽募 | 11101100101001011100101011100111 | eca5cae7 |
UTF-8 | 譽募 | 111010001010110110111101111001011000101110011111 | e8adbde58b9f |
UHC | 譽募 | 11100111111000101101100110110100 | e7e2d9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)