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çW}êGçW{^ | 1110101001000111111001110101011101111101111010100100011111100111010101110111101101011110 | ea47e7577dea47e7577b5e |
SJIS-WIN | ?G?W}?G?W{^ | 0011111101000111001111110101011101111101001111110100011100111111010101110111101101011110 | 3f473f577d3f473f577b5e |
EUC-JP | êGçW}êGçW{^ | 10001111101010111011010001000111100011111010101110101110010101110111110110001111101010111011010001000111100011111010101110101110010101110111101101011110 | 8fabb4478fabae577d8fabb4478fabae577b5e |
UTF-8 | êGçW}êGçW{^ | 110000111010101001000111110000111010011101010111011111011100001110101010010001111100001110100111010101110111101101011110 | c3aa47c3a7577dc3aa47c3a7577b5e |
UHC | ?G?W}?G?W{^ | 0011111101000111001111110101011101111101001111110100011100111111010101110111101101011110 | 3f473f577d3f473f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)