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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賍贓 | 0011111111100110110110101110011011011001 | 3fe6dae6d9 |
EUC-JP | 鮍賍贓 | 10001111111010101101101011101100110111001110110011011011 | 8feadaecdcecdb |
UTF-8 | 鮍賍贓 | 111010011010111010001101111010001011001110001101111010001011010010010011 | e9ae8de8b38de8b493 |
UHC | ??贓 | 00111111001111111110110111111100 | 3f3fedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)