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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 繧ェ迸ソG | 11100011100000101010101011100111100111101011111101000111 | e382aae79ebf47 |
EUC-JP | 繧ェ迸ソG | 111001011110001010001110101010101110110111111110100011101011111101000111 | e5e28eaaedfe8ebf47 |
UTF-8 | 繧ェ迸ソG | 11100111101110011010011111101111101111011010101011101000101111111011100011101111101111011011111101000111 | e7b9a7efbdaae8bfb8efbdbf47 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)