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 | 珀}珀{^ | 11100000110111110111110111100000110111110111101101011110 | e0df7de0df7b5e |
EUC-JP | 珀}珀{^ | 11100000111000010111110111100000111000010111101101011110 | e0e17de0e17b5e |
UTF-8 | 珀}珀{^ | 111001111000111110000000011111011110011110001111100000000111101101011110 | e78f807de78f807b5e |
UHC | 珀}珀{^ | 11011010110101100111110111011010110101100111101101011110 | dad67ddad67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)