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 | ???已?? | 00111111001111110011111110011011110111110011111100111111 | 3f3f3f9bdf3f3f |
| EUC-JP | ???已?? | 00111111001111110011111111010110111000010011111100111111 | 3f3f3fd6e13f3f |
| UTF-8 | 琉욘렁已룡눞 | 111011111010011110001100111011001001101010011000111010111010000010000001111001011011011110110010111010111010001110100001111010111000100010011110 | efa78cec9a98eba081e5b7b2eba3a1eb889e |
| UHC | 琉욘렁已룡눞 | 111010111010010010111111111001101011011110110111111011001010101110110111111001101000011110110110 | eba4bfe6b7b7ecabb7e687b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)