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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 剪???痍 | 10011001100100100011111100111111001111111110000101110111 | 99923f3f3fe177 |
EUC-JP | 剪?雩?痍 | 110100011111001000111111100011111110011011111010001111111110000111011000 | d1f23f8fe6fa3fe1d8 |
UTF-8 | 剪렫雩렭痍 | 111001011000100110101010111010111010000010101011111010011001101110101001111010111010000010101101111001111001011110001101 | e589aaeba0abe99ba9eba0ade7978d |
UHC | 剪렫雩렭痍 | 11101110111100101000111010111001111010011110110010001110101110101110110010110111 | eef28eb9e9ec8ebaecb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)