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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 謨野絹h | 11100110100101011001011011101100100011001010011001101000 | e69596ec8ca668 |
EUC-JP | 謨野絹h | 11101011111101011100110011101110101110001010100001101000 | ebf5cceeb8a868 |
UTF-8 | 謨野絹h | 11101000101011001010100011101001100001111000111011100111101101011011100101101000 | e8aca8e9878ee7b5b968 |
UHC | 謨野絹h | 11011001110010001110010110101111110011001011010101101000 | d9c8e5afccb568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)