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 | 11110001111000101010010011101000101101101100000001000101 | f1e2a4e8b6c045 |
EUC-JP | ?、雜タE | 0011111110001110101001001111000010111000100011101100000001000101 | 3f8ea4f0b88ec045 |
UTF-8 | 、雜タE | 11101110100001011001110111101111101111011010010011101001100110111001110011101111101111101000000001000101 | ee859defbda4e99b9cefbe8045 |
UHC | ??雜?E | 001111110011111111101101110110100011111101000101 | 3f3fedda3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)