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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 謨野賢k | 11100110100101011001011011101100100011001010101101101011 | e69596ec8cab6b |
EUC-JP | 謨野賢k | 11101011111101011100110011101110101110001010110101101011 | ebf5cceeb8ad6b |
UTF-8 | 謨野賢k | 11101000101011001010100011101001100001111000111011101000101100111010001001101011 | e8aca8e9878ee8b3a26b |
UHC | 謨野賢k | 11011001110010001110010110101111111110101110011101101011 | d9c8e5affae76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)