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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?鴦?鴦^ | 00111111111010011111000100111111111010011111000101011110 | 3fe9f13fe9f15e |
EUC-JP | ?鴦?鴦^ | 00111111111100101111001100111111111100101111001101011110 | 3ff2f33ff2f35e |
UTF-8 | 룵鴦룵鴦^ | 11101011101000111011010111101001101101001010011011101011101000111011010111101001101101001010011001011110 | eba3b5e9b4a6eba3b5e9b4a65e |
UHC | 룵鴦룵鴦^ | 100011111010101011100100111011001000111110101010111001001110110001011110 | 8faae4ec8faae4ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)