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 | 邪籃璽 | 100011101101011111100010110101011000111010100011 | 8ed7e2d58ea3 |
| EUC-JP | 邪籃璽 | 101111001101100111100100110101111011110010100101 | bcd9e4d7bca5 |
| UTF-8 | 邪籃璽 | 111010011000001010101010111001111011000110000011111001111001001010111101 | e982aae7b183e792bd |
| UHC | 邪籃璽 | 110111101111011111010101101111101101111111011110 | def7d5bedfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)