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 | ??@???? | 00111111001111110100000000111111001111110011111100111111 | 3f3f403f3f3f3f |
| SJIS-WIN | 偲悉@篠シト湿 | 1000111011000011100011101011101101000000100011101100001010111100110001001000111010111100 | 8ec38ebb408ec2bcc48ebc |
| EUC-JP | 偲悉@篠シト湿 | 10111100110001011011110010111101010000001011110011000100100011101011110010001110110001001011110010111110 | bcc5bcbd40bcc48ebc8ec4bcbe |
| UTF-8 | 偲悉@篠シト湿 | 11100101100000011011001011100110100000101000100101000000111001111010111110100000111011111011110110111100111011111011111010000100111001101011100110111111 | e581b2e6828940e7afa0efbdbcefbe84e6b9bf |
| UHC | ?悉@篠??? | 001111111110001111111010010000001110000111000110001111110011111100111111 | 3fe3fa40e1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)