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 | 隴ス諷慕 | 11101000101011011011110111100110100001011001010111100111 | e8adbde68595e7 |
| EUC-JP | 隴ス諷慕 | 1111000010101111100011101011110111101011111001011100101011101001 | f0af8ebdebe5cae9 |
| UTF-8 | 隴ス諷慕 | 111010011001101010110100111011111011110110111101111010001010101110110111111001101000010110010101 | e99ab4efbdbde8abb7e68595 |
| UHC | ??諷慕 | 001111110011111111111001101001001101100110110111 | 3f3ff9a4d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)