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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謨耶ーァ | 111001101001010110010110111010111011000010100111 | e69596ebb0a7 |
EUC-JP | 謨耶ーァ | 1110101111110101110011001110110110001110101100001000111010100111 | ebf5cced8eb08ea7 |
UTF-8 | 謨耶ーァ | 111010001010110010101000111010001000000010110110111011111011110110110000111011111011110110100111 | e8aca8e880b6efbdb0efbda7 |
UHC | 謨耶?? | 110110011100100011100101101011010011111100111111 | d9c8e5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)