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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謨野賢B | 11100110100101011001011011101100100011001010101101000010 | e69596ec8cab42 |
EUC-JP | 謨野賢B | 11101011111101011100110011101110101110001010110101000010 | ebf5cceeb8ad42 |
UTF-8 | 謨野賢B | 11101000101011001010100011101001100001111000111011101000101100111010001001000010 | e8aca8e9878ee8b3a242 |
UHC | 謨野賢B | 11011001110010001110010110101111111110101110011101000010 | d9c8e5affae742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)