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 | í§@í§@ | 1110110110011000101001110100000011101101100110001010011101000000 | ed98a740ed98a740 |
SJIS-WIN | ??§@??§@ | 00111111001111111000000110011000010000000011111100111111100000011001100001000000 | 3f3f8198403f3f819840 |
EUC-JP | í?§@í?§@ | 1000111110101011101111110011111110100001111110000100000010001111101010111011111100111111101000011111100001000000 | 8fabbf3fa1f8408fabbf3fa1f840 |
UTF-8 | í§@í§@ | 1100001110101101110000101001100011000010101001110100000011000011101011011100001010011000110000101010011101000000 | c3adc298c2a740c3adc298c2a740 |
UHC | ??§@??§@ | 00111111001111111010000111010111010000000011111100111111101000011101011101000000 | 3f3fa1d7403f3fa1d740 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)