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 | ???]] | 0011111100111111001111110101110101011101 | 3f3f3f5d5d |
SJIS-WIN | 維?し]] | 10001000110110110011111110000010101101010101110101011101 | 88db3f82b55d5d |
EUC-JP | 維?し]] | 10110000110111010011111110100100101101110101110101011101 | b0dd3fa4b75d5d |
UTF-8 | 維껊し]] | 1110011110110110101011011110101010111011100010101110001110000001100101110101110101011101 | e7b6adeabb8ae381975d5d |
UHC | 維껊し]] | 1110101110101011100000111110101110101010101101110101110101011101 | ebab83ebaab75d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)