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 | 諸屯?但 | 10001111100101001001001111010100001111111001001001000001 | 8f9493d43f9241 |
| EUC-JP | 諸屯?但 | 10111101111101001100011011010110001111111100001110100010 | bdf4c6d63fc3a2 |
| UTF-8 | 諸屯렠但 | 111010001010101110111000111001011011000110101111111010111010000010100000111001001011110110000110 | e8abb8e5b1afeba0a0e4bd86 |
| UHC | 諸屯렠但 | 1111000010110011110101001110101010001110101100011101001110100011 | f0b3d4ea8eb1d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)