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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謳耶ー・寬ッ | 111001101001000010010110111010111011000010100101111110101010101010101111 | e69096ebb0a5faaaaf |
EUC-JP | 謳耶ー・?ッ | 1110101111110000110011001110110110001110101100001000111010100101001111111000111010101111 | ebf0cced8eb08ea53f8eaf |
UTF-8 | 謳耶ー・寬ッ | 111010001010110010110011111010001000000010110110111011111011110110110000111011111011110110100101111001011010111110101100111011111011110110101111 | e8acb3e880b6efbdb0efbda5e5afacefbdaf |
UHC | 謳耶??寬? | 110011111100010011100101101011010011111100111111110011101011000000111111 | cfc4e5ad3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)