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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| UTF-8 | 롃롚뤗쳪良^ | 11101011101000011000001111101011101000011001101011101011101001001001011111101100101100111010101011101111101001011011110001011110 | eba183eba19aeba497ecb3aaefa5bc5e |
| UHC | 롃롚뤗쳪良^ | 1000111011001010100011101101111010001111110001111010101110001111111001011101000001011110 | 8eca8ede8fc7ab8fe5d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)