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 | 韶秘ァ慕 | 11101000111011101001010011101001101001111001010111100111 | e8ee94e9a795e7 |
| EUC-JP | 韶秘ァ慕 | 1111000011110000110010001110101110001110101001111100101011101001 | f0f0c8eb8ea7cae9 |
| UTF-8 | 韶秘ァ慕 | 111010011001111110110110111001111010011110011000111011111011110110100111111001101000010110010101 | e99fb6e7a798efbda7e68595 |
| UHC | 韶秘?慕 | 11100001110100101101110111111010001111111101100110110111 | e1d2ddfa3fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)