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 | í§Oí¡E | 1110110110011000101001110100111111101101100110001010000101000101 | ed98a74fed98a145 |
SJIS-WIN | ??§O???E | 001111110011111110000001100110000100111100111111001111110011111101000101 | 3f3f81984f3f3f3f45 |
EUC-JP | í?§Oí?¡E | 100011111010101110111111001111111010000111111000010011111000111110101011101111110011111110001111101000101100001001000101 | 8fabbf3fa1f84f8fabbf3f8fa2c245 |
UTF-8 | í§Oí¡E | 1100001110101101110000101001100011000010101001110100111111000011101011011100001010011000110000101010000101000101 | c3adc298c2a74fc3adc298c2a145 |
UHC | ??§O??¡E | 00111111001111111010000111010111010011110011111100111111101000101010111001000101 | 3f3fa1d74f3f3fa2ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)