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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鶯??揖ζ? | 111010011111001000111111001111111001011101001011100000111100010000111111 | e9f23f3f974b83c43f |
| EUC-JP | 鶯??揖ζ? | 111100101111010000111111001111111100110110101100101001101100011000111111 | f2f43f3fcdaca6c63f |
| UTF-8 | 鶯낅냲揖ζ쓱 | 1110100110110110101011111110101110000010100001011110101110000011101100101110011010001111100101101100111010110110111011001001001110110001 | e9b6afeb8285eb83b2e68f96ceb6ec93b1 |
| UHC | 鶯낅냲揖ζ쓱 | 111001011010001110000101111010111000011010000010111010111110011110100101111001101011111010110011 | e5a385eb8682ebe7a5e6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)