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 | 罸}罸{^ | 11100011101011010111110111100011101011010111101101011110 | e3ad7de3ad7b5e |
EUC-JP | 罸}罸{^ | 11100110101011110111110111100110101011110111101101011110 | e6af7de6af7b5e |
UTF-8 | 罸}罸{^ | 111001111011110110111000011111011110011110111101101110000111101101011110 | e7bdb87de7bdb87b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)