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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 誾^ | 111110111010011101011110 | fba75e |
EUC-JP | 誾^ | 10001111110111101010010001011110 | 8fdea45e |
UTF-8 | 誾^ | 11101000101010101011111001011110 | e8aabe5e |
UHC | 誾^ | 111010111101110101011110 | ebdd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)