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 | 日?災?佚? | 100100111111101000111111100011011101000000111111100110001100001100111111 | 93fa3f8dd03f98c33f |
| EUC-JP | 日?災?佚? | 110001101111110000111111101110101101001000111111110100001100010100111111 | c6fc3fbad23fd0c53f |
| UTF-8 | 日렪災렧佚렫 | 111001101001011110100101111010111010000010101010111001111000000110111101111010111010000010100111111001001011110110011010111010111010000010101011 | e697a5eba0aae781bdeba0a7e4bd9aeba0ab |
| UHC | 日렪災렧佚렫 | 111011001110110110001110101110001110111010101100100011101011011011101100111010101000111010111001 | eced8eb8eeac8eb6ecea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)