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 | 篩碑 | 11100010101111111001010011101000 | e2bf94e8 |
EUC-JP | 篩碑 | 11100100110000011100100011101010 | e4c1c8ea |
UTF-8 | 篩碑 | 111001111010111110101001111001111010001010010001 | e7afa9e7a291 |
UHC | 篩碑 | 11011110111010001101110111111000 | dee8ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)