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 | 謨耶遠 | 111001101001010110010110111010111000100110010011 | e69596eb8993 |
EUC-JP | 謨耶遠 | 111010111111010111001100111011011011000111110011 | ebf5ccedb1f3 |
UTF-8 | 謨耶遠 | 111010001010110010101000111010001000000010110110111010011000000110100000 | e8aca8e880b6e981a0 |
UHC | 謨耶遠 | 110110011100100011100101101011011110101011000000 | d9c8e5adeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)