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 | 100100000100110010010000110101110111101101100100 | 904c90d77b64 |
EUC-JP | 伸碩{d | 101111111010110111000000110110010111101101100100 | bfadc0d97b64 |
UTF-8 | 伸碩{d | 1110010010111100101110001110011110100010101010010111101101100100 | e4bcb8e7a2a97b64 |
UHC | 伸碩{d | 111000111101111111100000101101010111101101100100 | e3dfe0b57b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)