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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ????▲? | 00111111001111110011111100111111100000011010001100111111 | 3f3f3f3f81a33f |
| EUC-JP | ????▲? | 00111111001111110011111100111111101000101010010100111111 | 3f3f3f3fa2a53f |
| UTF-8 | 琉우첇李▲뀻 | 111011111010011110001100111011001001101010110000111011001011001010000111111011111010011110100001111000101001011010110010111010111000000010111011 | efa78cec9ab0ecb287efa7a1e296b2eb80bb |
| UHC | 琉우첇李▲뀻 | 111010111010010010111111111011001010101010010100111011001011000010100001111000111000010110110001 | eba4bfecaa94ecb0a1e385b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)