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 | 旬??? | 1000111101111011001111110011111100111111 | 8f7b3f3f3f |
| EUC-JP | 旬??? | 1011110111011100001111110011111100111111 | bddc3f3f3f |
| UTF-8 | 旬뗩꽟女 | 111001101001011110101100111010111001011110101001111010101011110110011111111011111010011010000001 | e697aceb97a9eabd9fefa681 |
| UHC | 旬뗩꽟女 | 1110001011100010100010111110100110000100101011001110010111111100 | e2e28be984ace5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)