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 | ?IoBF | 0011111101001001011011110100001001000110 | 3f496f4246 |
SJIS-WIN | 潭IoBF | 111000000100101101001001011011110100001001000110 | e04b496f4246 |
EUC-JP | 潭IoBF | 110111111010110001001001011011110100001001000110 | dfac496f4246 |
UTF-8 | 潭IoBF | 11100110101111011010110101001001011011110100001001000110 | e6bdad496f4246 |
UHC | 潭IoBF | 110100111100000101001001011011110100001001000110 | d3c1496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)