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 | 踞傳 | 11100110111101011001100101000010 | e6f59942 |
EUC-JP | 踞傳 | 11101100111101111101000110100011 | ecf7d1a3 |
UTF-8 | 踞傳 | 111010001011100010011110111001011000001010110011 | e8b89ee582b3 |
UHC | 踞傳 | 11001011111001101110111011101110 | cbe6eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)