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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 縱}縱{^ | 11100011011100110111110111100011011100110111101101011110 | e3737de3737b5e |
EUC-JP | 縱}縱{^ | 11100101110101000111110111100101110101000111101101011110 | e5d47de5d47b5e |
UTF-8 | 縱}縱{^ | 111001111011100010110001011111011110011110111000101100010111101101011110 | e7b8b17de7b8b17b5e |
UHC | 縱}縱{^ | 11110000111111010111110111110000111111010111101101011110 | f0fd7df0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)