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 | 誾懶セ鍋 | 11111011101001111001110011101111101111101001001111100111 | fba79cefbe93e7 |
| EUC-JP | 誾懶セ鍋 | 100011111101111010100100110110001111000110001110101111101100011011101001 | 8fdea4d8f18ebec6e9 |
| UTF-8 | 誾懶セ鍋 | 111010001010101010111110111001101000011110110110111011111011110110111110111010011000110110001011 | e8aabee687b6efbdbee98d8b |
| UHC | 誾懶?鍋 | 11101011110111011101010011111011001111111100111010100111 | ebddd4fb3fcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)