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 | GæïE | 1001001001000111111001101110111101000101 | 9247e6ef45 |
SJIS-WIN | ?G??E | 0011111101000111001111110011111101000101 | 3f473f3f45 |
EUC-JP | ?GæïE | 001111110100011110001111101010011100000110001111101010111100000101000101 | 3f478fa9c18fabc145 |
UTF-8 | GæïE | 1100001010010010010001111100001110100110110000111010111101000101 | c29247c3a6c3af45 |
UHC | ?Gæ?E | 001111110100011110101001101000010011111101000101 | 3f47a9a13f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)