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 | 中儡廓 | 100100101000011010011001010100111000101001100110 | 928699538a66 |
EUC-JP | 中儡廓 | 110000111110011011010001101101001011001111000111 | c3e6d1b4b3c7 |
UTF-8 | 中儡廓 | 111001001011100010101101111001011000010010100001111001011011101110010011 | e4b8ade584a1e5bb93 |
UHC | 中儡廓 | 111100011110100111010110111011011100111010101001 | f1e9d6edcea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)