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 | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | 咤哈IoBF | 1001101001000010100110011111101101001001011011110100001001000110 | 9a4299fb496f4246 |
EUC-JP | 咤哈IoBF | 1101001110100011110100101111110101001001011011110100001001000110 | d3a3d2fd496f4246 |
UTF-8 | 咤哈IoBF | 11100101100100101010010011100101100100111000100001001001011011110100001001000110 | e592a4e59388496f4246 |
UHC | 咤哈IoBF | 1111011011100011111110011110101101001001011011110100001001000110 | f6e3f9eb496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)