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 | 明箍 | 10010110101111101110001010110000 | 96bee2b0 |
EUC-JP | 明箍 | 11001100110000001110010010110010 | ccc0e4b2 |
UTF-8 | 明箍 | 111001101001100010001110111001111010111010001101 | e6988ee7ae8d |
UHC | 明? | 110110011010010100111111 | d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)