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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 力노ㅉ留췖 | 111011111010011010001010111010111000010110111000111000111000010110001001111011111010011110001101111011001011011110010110 | efa68aeb85b8e38589efa78decb796 |
| UHC | 力노ㅉ留췖 | 11100110101100111011001111101011101001001011100111101011101001111010111001001111 | e6b3b3eba4b9eba7ae4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)