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âv^ | 1110001001110110111000100111011001011110 | e276e2765e |
SJIS-WIN | ?v?v^ | 0011111101110110001111110111011001011110 | 3f763f765e |
EUC-JP | âvâv^ | 100011111010101110100100011101101000111110101011101001000111011001011110 | 8faba4768faba4765e |
UTF-8 | âvâv^ | 11000011101000100111011011000011101000100111011001011110 | c3a276c3a2765e |
UHC | ?v?v^ | 0011111101110110001111110111011001011110 | 3f763f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)