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 | vv^ | 1001000101110110100100010111011001011110 | 917691765e |
SJIS-WIN | ?v?v^ | 0011111101110110001111110111011001011110 | 3f763f765e |
EUC-JP | ?v?v^ | 0011111101110110001111110111011001011110 | 3f763f765e |
UTF-8 | vv^ | 11000010100100010111011011000010100100010111011001011110 | c29176c291765e |
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)