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 | í§Gí§G | 1110110110011000101001110100011111101101100110001010011101000111 | ed98a747ed98a747 |
SJIS-WIN | ??§G??§G | 00111111001111111000000110011000010001110011111100111111100000011001100001000111 | 3f3f8198473f3f819847 |
EUC-JP | í?§Gí?§G | 1000111110101011101111110011111110100001111110000100011110001111101010111011111100111111101000011111100001000111 | 8fabbf3fa1f8478fabbf3fa1f847 |
UTF-8 | í§Gí§G | 1100001110101101110000101001100011000010101001110100011111000011101011011100001010011000110000101010011101000111 | c3adc298c2a747c3adc298c2a747 |
UHC | ??§G??§G | 00111111001111111010000111010111010001110011111100111111101000011101011101000111 | 3f3fa1d7473f3fa1d747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)