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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 薛牙捷{d | 1110010101001100100010011110010110001111101101110111101101100100 | e54c89e58fb77b64 |
EUC-JP | 薛牙捷{d | 1110100110101101101100101110011110111110101110010111101101100100 | e9adb2e7beb97b64 |
UTF-8 | 薛牙捷{d | 1110100010010110100110111110011110001001100110011110011010001101101101110111101101100100 | e8969be78999e68db77b64 |
UHC | 薛牙捷{d | 1110000011100000111001001011001111110100110111110111101101100100 | e0e0e4b3f4df7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)