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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 霖シ郤ェE | 11101000110000011011110011100111101110101010101001000101 | e8c1bce7baaa45 |
EUC-JP | 霖シ郤ェE | 111100001100001110001110101111001110111010111100100011101010101001000101 | f0c38ebceebc8eaa45 |
UTF-8 | 霖シ郤ェE | 11101001100111001001011011101111101111011011110011101001100000111010010011101111101111011010101001000101 | e99c96efbdbce983a4efbdaa45 |
UHC | 霖???E | 110101111111110100111111001111110011111101000101 | d7fd3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)