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 | âvâY | 1110001001110110111000101001101001011001 | e276e29a59 |
SJIS-WIN | ?v??Y | 0011111101110110001111110011111101011001 | 3f763f3f59 |
EUC-JP | âvâ?Y | 100011111010101110100100011101101000111110101011101001000011111101011001 | 8faba4768faba43f59 |
UTF-8 | âvâY | 1100001110100010011101101100001110100010110000101001101001011001 | c3a276c3a2c29a59 |
UHC | ?v??Y | 0011111101110110001111110011111101011001 | 3f763f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)