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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 維?Х萸 | 10001000110110110011111110000100010101101110010011001110 | 88db3f8456e4ce |
EUC-JP | 維?Х萸 | 10110000110111010011111110100111101101111110100011010000 | b0dd3fa7b7e8d0 |
UTF-8 | 維쒕Х萸 | 1110011110110110101011011110110010010010100101011101000010100101111010001001000010111000 | e7b6adec9295d0a5e890b8 |
UHC | 維쒕Х萸 | 1110101110101011100111001110101110101100101101111110101110101101 | ebab9cebacb7ebad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)