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 | 闌伜勣陦 | 1110100010001100100110001110010110011001101010001110100010100001 | e88c98e599a8e8a1 |
| EUC-JP | 闌伜勣陦 | 1110111111101100110100001110011111010010101010101111000010100011 | efecd0e7d2aaf0a3 |
| UTF-8 | 闌伜勣陦 | 111010011001011110001100111001001011110010011100111001011000101110100011111010011001100110100110 | e9978ce4bc9ce58ba3e999a6 |
| UHC | ??勣? | 0011111100111111111011101101001100111111 | 3f3feed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)