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 | æßx{d | 1110011011011111011110000111101101100100 | e6df787b64 |
SJIS-WIN | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
EUC-JP | æßx{d | 100011111010100111000001100011111010100111001110011110000111101101100100 | 8fa9c18fa9ce787b64 |
UTF-8 | æßx{d | 11000011101001101100001110011111011110000111101101100100 | c3a6c39f787b64 |
UHC | æßx{d | 10101001101000011010100110101100011110000111101101100100 | a9a1a9ac787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)