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 | ?繹昱疫 | 00111111111000111000100011111010011000111000100101110101 | 3fe388fa638975 |
| EUC-JP | ?繹昱疫 | 0011111111100101111010001000111111000010101011011011000111010110 | 3fe5e88fc2adb1d6 |
| UTF-8 | 뿮繹昱疫 | 111010111011111110101110111001111011100110111001111001101001100010110001111001111001011010101011 | ebbfaee7b9b9e698b1e796ab |
| UHC | 뿮繹昱疫 | 1001011110101110111001101011101011101001111100001110011010111001 | 97aee6bae9f0e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)