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 | ´}´{^ | 10001101101101000111110110001101101101000111101101011110 | 8db47d8db47b5e |
SJIS-WIN | ?´}?´{^ | 001111111000000101001100011111010011111110000001010011000111101101011110 | 3f814c7d3f814c7b5e |
EUC-JP | ?´}?´{^ | 001111111010000110101101011111010011111110100001101011010111101101011110 | 3fa1ad7d3fa1ad7b5e |
UTF-8 | ´}´{^ | 1100001010001101110000101011010001111101110000101000110111000010101101000111101101011110 | c28dc2b47dc28dc2b47b5e |
UHC | ?´}?´{^ | 001111111010001010100101011111010011111110100010101001010111101101011110 | 3fa2a57d3fa2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)