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 | 箝縉 | 11100010101011011110001101110101 | e2ade375 |
EUC-JP | 箝縉 | 11100100101011111110010111010110 | e4afe5d6 |
UTF-8 | 箝縉 | 111001111010111010011101111001111011100010001001 | e7ae9de7b889 |
UHC | 箝縉 | 11001100110001001111001011011011 | ccc4f2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)