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^ | 1001000001010110100100000101011001011110 | 905690565e |
SJIS-WIN | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
EUC-JP | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
UTF-8 | VV^ | 11000010100100000101011011000010100100000101011001011110 | c29056c290565e |
UHC | ?V?V^ | 0011111101010110001111110101011001011110 | 3f563f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)