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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???沅®? | 00111111001111110011111110001111110001101110100110001111101000101110111000111111 | 3f3f3f8fc6e98fa2ee3f |
| UTF-8 | 驪볥㈃沅®㎣ | 1110111110100110100001111110101110110011101001011110001110001000100000111110011010110010100001011100001010101110111000111000111010100011 | efa687ebb3a5e38883e6b285c2aee38ea3 |
| UHC | 驪볥㈃沅®㎣ | 111001101010111110010011111010111010100110110100111010101011011010100010111001111010011110100111 | e6af93eba9b4eab6a2e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)