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 | 11100110101010111010010001001001011011110100001001000110 | e6aba4496f4246 |
EUC-JP | 讚、IoBF | 1110110010101101100011101010010001001001011011110100001001000110 | ecad8ea4496f4246 |
UTF-8 | 讚、IoBF | 11101000101011101001101011101111101111011010010001001001011011110100001001000110 | e8ae9aefbda4496f4246 |
UHC | 讚?IoBF | 11110011110001100011111101001001011011110100001001000110 | f3c63f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)