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 | 赱シé | 1110100010110101101100011110111110111101101111001110100110011011 | e8b5b1efbdbce99b |
| SJIS-WIN | ??±????? | 001111110011111110000001011111010011111100111111001111110011111100111111 | 3f3f817d3f3f3f3f3f |
| EUC-JP | è?±ï??é? | 100011111010101110110010001111111010000111011110100011111010101111000001001111110011111110001111101010111011000100111111 | 8fabb23fa1de8fabc13f3f8fabb13f |
| UTF-8 | 赱シé | 11000011101010001100001010110101110000101011000111000011101011111100001010111101110000101011110011000011101010011100001010011011 | c3a8c2b5c2b1c3afc2bdc2bcc3a9c29b |
| UHC | ??±?½¼?? | 0011111100111111101000011011111000111111101010001111011010101000111110010011111100111111 | 3f3fa1be3fa8f6a8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)