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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鞦、邱堤ソ | 1110100011100001101001001110011110110111100100101110011110111111 | e8e1a4e7b792e7bf |
| EUC-JP | 鞦、邱堤ソ | 11110000111000111000111010100100111011101011100111000100111010011000111010111111 | f0e38ea4eeb9c4e98ebf |
| UTF-8 | 鞦、邱堤ソ | 111010011001111010100110111011111011110110100100111010011000001010110001111001011010000010100100111011111011110110111111 | e99ea6efbda4e982b1e5a0a4efbdbf |
| UHC | ??邱堤? | 00111111001111111100111111001000111100001010011100111111 | 3f3fcfc8f0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)