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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | ▲}▲{^ | 10000001101000110111110110000001101000110111101101011110 | 81a37d81a37b5e |
EUC-JP | ▲}▲{^ | 10100010101001010111110110100010101001010111101101011110 | a2a57da2a57b5e |
UTF-8 | ▲}▲{^ | 111000101001011010110010011111011110001010010110101100100111101101011110 | e296b27de296b27b5e |
UHC | ▲}▲{^ | 10100001111000110111110110100001111000110111101101011110 | a1e37da1e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)