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 | ?贍贓 | 0011111111100110110101101110011011011001 | 3fe6d6e6d9 |
EUC-JP | 鉏贍贓 | 10001111111000111110000011101100110110001110110011011011 | 8fe3e0ecd8ecdb |
UTF-8 | 鉏贍贓 | 111010011000100110001111111010001011010010001101111010001011010010010011 | e9898fe8b48de8b493 |
UHC | ?贍贓 | 0011111111100000111010111110110111111100 | 3fe0ebedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)