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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 多贈{d | 100100011011110110010001101000010111101101100100 | 91bd91a17b64 |
EUC-JP | 多贈{d | 110000101011111111000010101000110111101101100100 | c2bfc2a37b64 |
UTF-8 | 多贈{d | 1110010110100100100110101110100010110100100010000111101101100100 | e5a49ae8b4887b64 |
UHC | 多贈{d | 110100101111110111110001111111000111101101100100 | d2fdf1fc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)