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 | 毓??繞 | 100111110111100100111111001111111110001110000101 | 9f793f3fe385 |
| EUC-JP | 毓??繞 | 110111011101101000111111001111111110010111100101 | ddda3f3fe5e5 |
| UTF-8 | 毓띴툟繞 | 111001101010111110010011111010111001110110110100111011011000100010011111111001111011100110011110 | e6af93eb9db4ed889fe7b99e |
| UHC | 毓띴툟繞 | 1110101110111110100011011110010010111000100101101110100110100100 | ebbe8de4b896e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)