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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?經愆 | 0011111111100011010100111001110010110010 | 3fe3539cb2 |
EUC-JP | 塡經愆 | 10001111101110001011010011100101101101001101100010110100 | 8fb8b4e5b4d8b4 |
UTF-8 | 塡經愆 | 111001011010000110100001111001111011011010010011111001101000010010000110 | e5a1a1e7b693e68486 |
UHC | 塡經愆 | 111011101111001111001100111010001100101111110000 | eef3cce8cbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)