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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 譚鍋? | 1110011010011101100100111110011100111111 | e69d93e73f |
| EUC-JP | 譚鍋? | 1110101111111101110001101110100100111111 | ebfdc6e93f |
| UTF-8 | 譚鍋뤜 | 111010001010110110011010111010011000110110001011111010111010010010011100 | e8ad9ae98d8beba49c |
| UHC | 譚鍋뤜 | 110100111100100111001110101001111000111111001011 | d3c9cea78fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)