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 | 赱シé | 11101000101101011011000111101111101111011011110011101001 | e8b5b1efbdbce9 |
| SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
| EUC-JP | è?±ï??é | 1000111110101011101100100011111110100001110111101000111110101011110000010011111100111111100011111010101110110001 | 8fabb23fa1de8fabc13f3f8fabb1 |
| UTF-8 | 赱シé | 1100001110101000110000101011010111000010101100011100001110101111110000101011110111000010101111001100001110101001 | c3a8c2b5c2b1c3afc2bdc2bcc3a9 |
| UHC | ??±?½¼? | 00111111001111111010000110111110001111111010100011110110101010001111100100111111 | 3f3fa1be3fa8f6a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)