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 | 110100001101100101000111 | d0d947 |
SJIS-WIN | ??G | 001111110011111101000111 | 3f3f47 |
EUC-JP | ?ÙG | 0011111110001111101010101110001101000111 | 3f8faae347 |
UTF-8 | ÐÙG | 1100001110010000110000111001100101000111 | c390c39947 |
UHC | Ð?G | 10101000101000100011111101000111 | a8a23f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)