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 | ?\n}?\n{^ | 001111110101110001101110011111010011111101011100011011100111101101011110 | 3f5c6e7d3f5c6e7b5e |
SJIS-WIN | 焄\n}焄\n{^ | 1111101101010100010111000110111001111101111110110101010001011100011011100111101101011110 | fb545c6e7dfb545c6e7b5e |
EUC-JP | 焄\n}焄\n{^ | 10001111110010011110001101011100011011100111110110001111110010011110001101011100011011100111101101011110 | 8fc9e35c6e7d8fc9e35c6e7b5e |
UTF-8 | 焄\n}焄\n{^ | 11100111100001001000010001011100011011100111110111100111100001001000010001011100011011100111101101011110 | e784845c6e7de784845c6e7b5e |
UHC | 焄\n}焄\n{^ | 1111110110110110010111000110111001111101111111011011011001011100011011100111101101011110 | fdb65c6e7dfdb65c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)