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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛹門喧B | 11100101100011001001011011100101100011001001011001000010 | e58c96e58c9642 |
EUC-JP | 蛹門喧B | 11101001111011001100110011100111101101111111011001000010 | e9eccce7b7f642 |
UTF-8 | 蛹門喧B | 11101000100110111011100111101001100101101000000011100101100101101010011101000010 | e89bb9e99680e596a742 |
UHC | ?門喧B | 001111111101101010100110111111011011110101000010 | 3fdaa6fdbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)