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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 怐韈韜E | 10011100100000011110100011100111111010001110100101000101 | 9c81e8e7e8e945 |
EUC-JP | 怐韈韜E | 11010111111000011111000011101001111100001110101101000101 | d7e1f0e9f0eb45 |
UTF-8 | 怐韈韜E | 11100110100000001001000011101001100111111000100011101001100111111001110001000101 | e68090e99f88e99f9c45 |
UHC | ??韜E | 0011111100111111110101001011011101000101 | 3f3fd4b745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)