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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ?????ł? | 001111110011111100111111001111110011111110001111101010011100100000111111 | 3f3f3f3f3f8fa9c83f |
| UTF-8 | 說뷸짂溜뺣ł溜 | 1110111110100110101000011110101110110111101110001110110010100111100000101110111110100111100010111110101110111010101000111100010110000010111011111010011110001011 | efa6a1ebb7b8eca782efa78bebbaa3c582efa78b |
| UHC | 說뷸짂溜뺣ł溜 | 1110011011110010101110101110011010100011100100101110101011111110100101011110101110101001101010011110101011111110 | e6f2bae6a392eafe95eba9a9eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)