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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 潭h潭 | 1110000001001011011010001110000001001011 | e04b68e04b |
EUC-JP | 潭h潭 | 1101111110101100011010001101111110101100 | dfac68dfac |
UTF-8 | 潭h潭 | 11100110101111011010110101101000111001101011110110101101 | e6bdad68e6bdad |
UHC | 潭h潭 | 1101001111000001011010001101001111000001 | d3c168d3c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)