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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謨耶メ | 111001101001010110010110111010111000001110000001 | e69596eb8381 |
EUC-JP | 謨耶メ | 111010111111010111001100111011011010010111100001 | ebf5cceda5e1 |
UTF-8 | 謨耶メ | 111010001010110010101000111010001000000010110110111000111000001110100001 | e8aca8e880b6e383a1 |
UHC | 謨耶メ | 110110011100100011100101101011011010101111100001 | d9c8e5adabe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)