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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 篠嫉偲蒔 | 1000111011000010100011101011100110001110110000111000111010101010 | 8ec28eb98ec38eaa |
| EUC-JP | 篠嫉偲蒔 | 1011110011000100101111001011101110111100110001011011110010101100 | bcc4bcbbbcc5bcac |
| UTF-8 | 篠嫉偲蒔 | 111001111010111110100000111001011010101110001001111001011000000110110010111010001001001010010100 | e7afa0e5ab89e581b2e89294 |
| UHC | 篠嫉?蒔 | 11100001110001101111001011101100001111111110001111001000 | e1c6f2ec3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)