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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 姚????^ | 10011011010011000011111100111111001111110011111101011110 | 9b4c3f3f3f3f5e |
EUC-JP | 姚??濚?^ | 110101011010110100111111001111111000111111001001101000010011111101011110 | d5ad3f3f8fc9a13f5e |
UTF-8 | 姚붺툈濚뛠^ | 11100101101001111001101011101011101101101011101011101101100010001000100011100110101111111001101011101011100110111010000001011110 | e5a79aebb6baed8888e6bf9aeb9ba05e |
UHC | 姚붺툈濚뛠^ | 1110100011101110100101001110011110111000100000011110011110111001100011010110001101011110 | e8ee94e7b881e7b98d635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)