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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?b?泣ι? | 001111111000001010000010001111111000101110000011100000111100011100111111 | 3f82823f8b8383c73f |
| EUC-JP | 渶b?泣ι? | 1000111111000111111011011010001111100010001111111011010111100011101001101100100100111111 | 8fc7eda3e23fb5e3a6c93f |
| UTF-8 | 渶b뫅泣ι댖 | 1110011010111000101101101110111110111101100000101110101110101011100001011110011010110011101000111100111010111001111010111000110010010110 | e6b8b6efbd82ebab85e6b3a3ceb9eb8c96 |
| UHC | 渶b뫅泣ι댖 | 111001111011011110100011111000101001000110101000111010111110100010100101111010011000100010111010 | e7b7a3e291a8ebe8a5e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)