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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?領??? | 001111111001011111001100001111110011111100111111 | 3f97cc3f3f3f |
| EUC-JP | ?領??? | 001111111100111011001110001111110011111100111111 | 3fcece3f3f3f |
| UTF-8 | 렺領爐늙렓 | 111010111010000010111010111010011010000010011000111011111010010010110010111010111000101010011001111010111010000010010011 | eba0bae9a098efa4b2eb8a99eba093 |
| UHC | 렺領爐늙렓 | 10001110110000101101011011000101110100101100010010110100110001001000111010101000 | 8ec2d6c5d2c4b4c48ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)