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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邀オ闥歡^ | 1110011110110001101101011110100010010010100111110110001101011110 | e7b1b5e8929f635e |
EUC-JP | 邀オ闥歡^ | 111011101011001110001110101101011110111111110010110111011100010001011110 | eeb38eb5eff2ddc45e |
UTF-8 | 邀オ闥歡^ | 11101001100000101000000011101111101111011011010111101001100101111010010111100110101011011010000101011110 | e98280efbdb5e997a5e6ada15e |
UHC | 邀??歡^ | 11101001101011010011111100111111111111001011011001011110 | e9ad3f3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)