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 | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | 獸Y獸bnoBF | 11100000110101110101100111100000110101110110001001101110011011110100001001000110 | e0d759e0d7626e6f4246 |
EUC-JP | 獸Y獸bnoBF | 11100000110110010101100111100000110110010110001001101110011011110100001001000110 | e0d959e0d9626e6f4246 |
UTF-8 | 獸Y獸bnoBF | 111001111000110110111000010110011110011110001101101110000110001001101110011011110100001001000110 | e78db859e78db8626e6f4246 |
UHC | 獸Y獸bnoBF | 11100010101011100101100111100010101011100110001001101110011011110100001001000110 | e2ae59e2ae626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)