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 | 鬆ク逞燃 | 11101001101000001011100011100111100101111001010001010010 | e9a0b8e7979452 |
| EUC-JP | 鬆ク逞燃 | 1111001010100010100011101011100011101101111101111100011110110011 | f2a28eb8edf7c7b3 |
| UTF-8 | 鬆ク逞燃 | 111010011010110010000110111011111011110110111000111010011000000010011110111001111000011110000011 | e9ac86efbdb8e9809ee78783 |
| UHC | ??逞燃 | 001111110011111111010110110000011110011011010111 | 3f3fd6c1e6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)