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 | ÞóßÞO | 1101111011110011110111111101111001001111 | def3dfde4f |
| SJIS-WIN | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| EUC-JP | ÞóßÞO | 10001111101010011011000010001111101010111101000110001111101010011100111010001111101010011011000001001111 | 8fa9b08fabd18fa9ce8fa9b04f |
| UTF-8 | ÞóßÞO | 110000111001111011000011101100111100001110011111110000111001111001001111 | c39ec3b3c39fc39e4f |
| UHC | Þ?ßÞO | 1010100010101101001111111010100110101100101010001010110101001111 | a8ad3fa9aca8ad4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)