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] | 001111110101011001011101 | 3f565d |
SJIS-WIN | 獻V] | 11100000110110010101011001011101 | e0d9565d |
EUC-JP | 獻V] | 11100000110110110101011001011101 | e0db565d |
UTF-8 | 獻V] | 1110011110001101101110110101011001011101 | e78dbb565d |
UHC | 獻V] | 11111010110011000101011001011101 | facc565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)