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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆川査塚 | 1110100110100000100100001110110010001101101110001111101010011100 | e9a090ec8db8fa9c |
EUC-JP | 鬆川査? | 11110010101000101100000011101110101110101011101000111111 | f2a2c0eebaba3f |
UTF-8 | 鬆川査塚 | 111010011010110010000110111001011011011110011101111001101001111110111011111011111010100010010000 | e9ac86e5b79de69fbbefa890 |
UHC | ?川査? | 001111111111010010111001110111101101101100111111 | 3ff4b9dedb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)