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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 劑企? | 1001100110011101100010101110100100111111 | 999d8ae93f |
| EUC-JP | 劑企? | 1101000111111101101101001110101100111111 | d1fdb4eb3f |
| UTF-8 | 劑企츌 | 111001011000101010010001111001001011110010000001111011001011100010001100 | e58a91e4bc81ecb88c |
| UHC | 劑企츌 | 111100001010010111010000111010101100001111110100 | f0a5d0eac3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)