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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸碑イ碑 | 11100110101101101001010011101000101100101001010011101000 | e6b694e8b294e8 |
EUC-JP | 豸碑イ碑 | 1110110010111000110010001110101010001110101100101100100011101010 | ecb8c8ea8eb2c8ea |
UTF-8 | 豸碑イ碑 | 111010001011000110111000111001111010001010010001111011111011110110110010111001111010001010010001 | e8b1b8e7a291efbdb2e7a291 |
UHC | ?碑?碑 | 001111111101110111111000001111111101110111111000 | 3fddf83fddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)