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 | í³Xí³@ | 1110110110011000101100110101100011101101100110001011001101000000 | ed98b358ed98b340 |
SJIS-WIN | ???X???@ | 0011111100111111001111110101100000111111001111110011111101000000 | 3f3f3f583f3f3f40 |
EUC-JP | í??Xí??@ | 100011111010101110111111001111110011111101011000100011111010101110111111001111110011111101000000 | 8fabbf3f3f588fabbf3f3f40 |
UTF-8 | í³Xí³@ | 1100001110101101110000101001100011000010101100110101100011000011101011011100001010011000110000101011001101000000 | c3adc298c2b358c3adc298c2b340 |
UHC | ??³X??³@ | 00111111001111111010100111111000010110000011111100111111101010011111100001000000 | 3f3fa9f8583f3fa9f840 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)