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 | 維?Ж萸 | 10001000110110110011111110000100010001111110010011001110 | 88db3f8447e4ce |
EUC-JP | 維?Ж萸 | 10110000110111010011111110100111101010001110100011010000 | b0dd3fa7a8e8d0 |
UTF-8 | 維싲Ж萸 | 1110011110110110101011011110110010001011101100101101000010010110111010001001000010111000 | e7b6adec8bb2d096e890b8 |
UHC | 維싲Ж萸 | 1110101110101011100110101110101110101100101010001110101110101101 | ebab9aebaca8ebad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)