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 | 謳耶ー・ | 111001101001000010010110111010111011000010100101 | e69096ebb0a5 |
EUC-JP | 謳耶ー・ | 1110101111110000110011001110110110001110101100001000111010100101 | ebf0cced8eb08ea5 |
UTF-8 | 謳耶ー・ | 111010001010110010110011111010001000000010110110111011111011110110110000111011111011110110100101 | e8acb3e880b6efbdb0efbda5 |
UHC | 謳耶?? | 110011111100010011100101101011010011111100111111 | cfc4e5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)