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 | 贓}贓{^ | 11100110110110010111110111100110110110010111101101011110 | e6d97de6d97b5e |
EUC-JP | 贓}贓{^ | 11101100110110110111110111101100110110110111101101011110 | ecdb7decdb7b5e |
UTF-8 | 贓}贓{^ | 111010001011010010010011011111011110100010110100100100110111101101011110 | e8b4937de8b4937b5e |
UHC | 贓}贓{^ | 11101101111111000111110111101101111111000111101101011110 | edfc7dedfc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)