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 | 豈畷ーク繪ュ | 111001101010111110010011111010111011000010111000111000111000100110101101 | e6af93ebb0b8e389ad |
| EUC-JP | 豈畷ーク繪ュ | 111011001011000111000110111011011000111010110000100011101011100011100101111010011000111010101101 | ecb1c6ed8eb08eb8e5e98ead |
| UTF-8 | 豈畷ーク繪ュ | 111010001011000110001000111001111001010110110111111011111011110110110000111011111011110110111000111001111011100110101010111011111011110110101101 | e8b188e795b7efbdb0efbdb8e7b9aaefbdad |
| UHC | 豈???繪? | 1101000111000010001111110011111100111111111111001110101100111111 | d1c23f3f3ffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)