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 | 100010010110101110010000110101110111101101100100 | 896b90d77b64 |
EUC-JP | 洩碩{d | 101100011100110011000000110110010111101101100100 | b1ccc0d97b64 |
UTF-8 | 洩碩{d | 1110011010110100101010011110011110100010101010010111101101100100 | e6b4a9e7a2a97b64 |
UHC | 洩碩{d | 111000001101110111100000101101010111101101100100 | e0dde0b57b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)