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 | 墻х?浴 | 10011010110101001000010010000111001111111001011110000001 | 9ad484873f9781 |
EUC-JP | 墻х?浴 | 11010100110101101010011111100111001111111100110111100001 | d4d6a7e73fcde1 |
UTF-8 | 墻х뿏浴 | 1110010110100010101110111101000110000101111010111011111110001111111001101011010110110100 | e5a2bbd185ebbf8fe6b5b4 |
UHC | 墻х뿏浴 | 1110110111011111101011001110011110010111100101001110100110110001 | eddface79794e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)