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 | 霑 | 11110000101110111110100010111111 | f0bbe8bf |
EUC-JP | ?霑 | 001111111111000011000001 | 3ff0c1 |
UTF-8 | 霑 | 111011101000000110111010111010011001110010010001 | ee81bae99c91 |
UHC | ?霑 | 001111111110111111000101 | 3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)