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 | 鄂}鄂{^ | 11100111101111010111110111100111101111010111101101011110 | e7bd7de7bd7b5e |
EUC-JP | 鄂}鄂{^ | 11101110101111110111110111101110101111110111101101011110 | eebf7deebf7b5e |
UTF-8 | 鄂}鄂{^ | 111010011000010010000010011111011110100110000100100000100111101101011110 | e984827de984827b5e |
UHC | 鄂}鄂{^ | 11100100110001110111110111100100110001110111101101011110 | e4c77de4c77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)