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 | áeâq~ | 1110000101100101111000100111000101111110 | e165e2717e |
SJIS-WIN | ?e?q~ | 0011111101100101001111110111000101111110 | 3f653f717e |
EUC-JP | áeâq~ | 100011111010101110100001011001011000111110101011101001000111000101111110 | 8faba1658faba4717e |
UTF-8 | áeâq~ | 11000011101000010110010111000011101000100111000101111110 | c3a165c3a2717e |
UHC | ?e?q~ | 0011111101100101001111110111000101111110 | 3f653f717e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)