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 | ù£Þç | 11111001101000111101111011100111 | f9a3dee7 |
| SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
| EUC-JP | ù£Þç | 1000111110101011111000111010000111110010100011111010100110110000100011111010101110101110 | 8fabe3a1f28fa9b08fabae |
| UTF-8 | ù£Þç | 1100001110111001110000101010001111000011100111101100001110100111 | c3b9c2a3c39ec3a7 |
| UHC | ??Þ? | 0011111100111111101010001010110100111111 | 3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)