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 | 鈞 | 11100111111000001111000010110101 | e7e0f0b5 |
EUC-JP | 鈞? | 111011101110001000111111 | eee23f |
UTF-8 | 鈞 | 111010011000100010011110111011101000000110110100 | e9889eee81b4 |
UHC | 鈞? | 110100001011011100111111 | d0b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)