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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 、萃「h | 11110000111110011010010011100100110000101010001001101000 | f0f9a4e4c2a268 |
EUC-JP | ?、萃「h | 0011111110001110101001001110100011000100100011101010001001101000 | 3f8ea4e8c48ea268 |
UTF-8 | 、萃「h | 11101110100000101011100011101111101111011010010011101000100100001000001111101111101111011010001001101000 | ee82b8efbda4e89083efbda268 |
UHC | ??萃?h | 001111110011111111110101111111100011111101101000 | 3f3ff5fe3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)