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 | 酊莖?? | 111001111100001011100100101100010011111100111111 | e7c2e4b13f3f |
| EUC-JP | 酊莖?? | 111011101100010011101000101100110011111100111111 | eec4e8b33f3f |
| UTF-8 | 酊莖렦렮 | 111010011000010110001010111010001000111010010110111010111010000010100110111010111010000010101110 | e9858ae88e96eba0a6eba0ae |
| UHC | 酊莖렦렮 | 1110111111111000110011001110110010001110101101011000111010111011 | eff8ccec8eb58ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)