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 | ©Ëí¢Ä | 100011111010100111001011111011011010001011000100 | 8fa9cbeda2c4 |
SJIS-WIN | ????¢? | 00111111001111110011111100111111100000011001000100111111 | 3f3f3f3f81913f |
EUC-JP | ?©Ëí¢Ä | 001111111000111110100010111011011000111110101010101100111000111110101011101111111010000111110001100011111010101010100011 | 3f8fa2ed8faab38fabbfa1f18faaa3 |
UTF-8 | ©Ëí¢Ä | 110000101000111111000010101010011100001110001011110000111010110111000010101000101100001110000100 | c28fc2a9c38bc3adc2a2c384 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)