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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊篩碑 | 111010101000111011100010101111111001010011101000 | ea8ee2bf94e8 |
EUC-JP | 齊篩碑 | 111100111110111011100100110000011100100011101010 | f3eee4c1c8ea |
UTF-8 | 齊篩碑 | 111010011011110110001010111001111010111110101001111001111010001010010001 | e9bd8ae7afa9e7a291 |
UHC | 齊篩碑 | 111100001011101011011110111010001101110111111000 | f0badee8ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)