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 | ???|^ | 0011111100111111001111110111110001011110 | 3f3f3f7c5e |
SJIS-WIN | 維?し|^ | 10001000110110110011111110000010101101010111110001011110 | 88db3f82b57c5e |
EUC-JP | 維?し|^ | 10110000110111010011111110100100101101110111110001011110 | b0dd3fa4b77c5e |
UTF-8 | 維껊し|^ | 1110011110110110101011011110101010111011100010101110001110000001100101110111110001011110 | e7b6adeabb8ae381977c5e |
UHC | 維껊し|^ | 1110101110101011100000111110101110101010101101110111110001011110 | ebab83ebaab77c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)