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 | 鉗ェ闥歡^ | 1110011111100111101010101110100010010010100111110110001101011110 | e7e7aae8929f635e |
EUC-JP | 鉗ェ闥歡^ | 111011101110100110001110101010101110111111110010110111011100010001011110 | eee98eaaeff2ddc45e |
UTF-8 | 鉗ェ闥歡^ | 11101001100010011001011111101111101111011010101011101001100101111010010111100110101011011010000101011110 | e98997efbdaae997a5e6ada15e |
UHC | 鉗??歡^ | 11001100110001100011111100111111111111001011011001011110 | ccc63f3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)