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 | 穩??曜?? | 1110001001110010001111110011111110010111011010100011111100111111 | e2723f3f976a3f3f |
| EUC-JP | 穩??曜?? | 1110001111010011001111110011111111001101110010110011111100111111 | e3d33f3fcdcb3f3f |
| UTF-8 | 穩븝슐曜뜹뫓 | 111001111010100110101001111010111011100010011101111011001000101010010000111001101001101110011100111010111001110010111001111010111010101110010011 | e7a9a9ebb89dec8a90e69b9ceb9cb9ebab93 |
| UHC | 穩븝슐曜뜹뫓 | 111010001011000110111010111011111011110110110110111010001111100010110110111001011001000110110101 | e8b1baefbdb6e8f8b6e591b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)