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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 掌??W | 1000111110110110001111110011111101010111 | 8fb63f3f57 |
EUC-JP | 掌??W | 1011111010111000001111110011111101010111 | beb83f3f57 |
UTF-8 | 掌싵뼃W | 11100110100011101000110011101100100010111011010111101011101111001000001101010111 | e68e8cec8bb5ebbc8357 |
UHC | 掌싵뼃W | 11101101111001101001101011101110100101101000110101010111 | ede69aee968d57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)