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 | ¢ìí¢Âa | 10001111101000101110110011101101101000101100001001100001 | 8fa2eceda2c261 |
SJIS-WIN | ?¢??¢?a | 001111111000000110010001001111110011111110000001100100010011111101100001 | 3f81913f3f81913f61 |
EUC-JP | ?¢ìí¢Âa | 001111111010000111110001100011111010101111000000100011111010101110111111101000011111000110001111101010101010010001100001 | 3fa1f18fabc08fabbfa1f18faaa461 |
UTF-8 | ¢ìí¢Âa | 11000010100011111100001010100010110000111010110011000011101011011100001010100010110000111000001001100001 | c28fc2a2c3acc3adc2a2c38261 |
UHC | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)