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 | ?碑 | 001111111001010011101000 | 3f94e8 |
EUC-JP | ?碑 | 001111111100100011101010 | 3fc8ea |
UTF-8 | 緣碑 | 111001111011011110100011111001111010001010010001 | e7b7a3e7a291 |
UHC | 緣碑 | 11100110110111101101110111111000 | e6deddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)