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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 潭拌h | 1110000001001011100111010110000101101000 | e04b9d6168 |
EUC-JP | 潭拌h | 1101111110101100110110011100001001101000 | dfacd9c268 |
UTF-8 | 潭拌h | 11100110101111011010110111100110100010111000110001101000 | e6bdade68b8c68 |
UHC | 潭拌h | 1101001111000001110110101110010101101000 | d3c1dae568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)