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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 濡??B筌 | 10010100010001110011111100111111010000101110001010100011 | 94473f3f42e2a3 |
EUC-JP | 濡??B筌 | 11000111101010000011111100111111010000101110010010100101 | c7a83f3f42e4a5 |
UTF-8 | 濡귣죨B筌 | 11100110101111111010000111101010101101111010001111101100101000111010100001000010111001111010110110001100 | e6bfa1eab7a3eca3a842e7ad8c |
UHC | 濡귣죨B筌 | 111010111010000110000010111010111010000110000011010000101110111110100111 | eba182eba18342efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)