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 | 1110110110011000101000100110000011101101100110001010111001111000 | ed98a260ed98ae78 |
SJIS-WIN | ??¢`???x | 001111110011111110000001100100010110000000111111001111110011111101111000 | 3f3f8191603f3f3f78 |
EUC-JP | í?¢`í?®x | 100011111010101110111111001111111010000111110001011000001000111110101011101111110011111110001111101000101110111001111000 | 8fabbf3fa1f1608fabbf3f8fa2ee78 |
UTF-8 | í¢`í®x | 1100001110101101110000101001100011000010101000100110000011000011101011011100001010011000110000101010111001111000 | c3adc298c2a260c3adc298c2ae78 |
UHC | ???`??®x | 001111110011111100111111011000000011111100111111101000101110011101111000 | 3f3f3f603f3fa2e778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)