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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 貔オ閠ウF | 11100110101111101011010111101000100000001011001101000110 | e6beb5e880b346 |
EUC-JP | 貔オ閠ウF | 111011001100000010001110101101011110111111100000100011101011001101000110 | ecc08eb5efe08eb346 |
UTF-8 | 貔オ閠ウF | 11101000101100101001010011101111101111011011010111101001100101101010000011101111101111011011001101000110 | e8b294efbdb5e996a0efbdb346 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)