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 | 鄭}鄭{^ | 10010011010000010111110110010011010000010111101101011110 | 93417d93417b5e |
EUC-JP | 鄭}鄭{^ | 11000101101000100111110111000101101000100111101101011110 | c5a27dc5a27b5e |
UTF-8 | 鄭}鄭{^ | 111010011000010010101101011111011110100110000100101011010111101101011110 | e984ad7de984ad7b5e |
UHC | 鄭}鄭{^ | 11101111111101110111110111101111111101110111101101011110 | eff77deff77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)