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 | ?ъ? | 00111111100001001000110000111111 | 3f848c3f |
| EUC-JP | 縕ъ? | 100011111101010011000010101001111110110000111111 | 8fd4c2a7ec3f |
| UTF-8 | 縕ъ뮏 | 1110011110111000100101011101000110001010111010111010111010001111 | e7b895d18aebae8f |
| UHC | 縕ъ뮏 | 111010001011001010101100111011001001001010011100 | e8b2acec929c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)