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 | 傲??辱?^ | 1001100011111100001111110011111110010000010010100011111101011110 | 98fc3f3f904a3f5e |
EUC-JP | 傲??辱?^ | 1101000011111110001111110011111110111111101010110011111101011110 | d0fe3f3fbfab3f5e |
UTF-8 | 傲듣덱辱첤^ | 11100101100000101011001011101011100100111010001111101011100011011011000111101000101111101011000111101100101100101010010001011110 | e582b2eb93a3eb8db1e8beb1ecb2a45e |
UHC | 傲듣덱辱첤^ | 1110011111101100101101011110100010110101101001101110100110110100101010110100110101011110 | e7ecb5e8b5a6e9b4ab4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)