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 | ?毛槽??建 | 001111111001011011010001100100011000010100111111001111111000110010011010 | 3f96d191853f3f8c9a |
| EUC-JP | ?毛槽??建 | 001111111100110011010011110000011110010100111111001111111011011111111010 | 3fccd3c1e53f3fb7fa |
| UTF-8 | 뤲毛槽呂뀔建 | 111010111010010010110010111001101010111110011011111001101010011110111101111011111010011010000000111010111000000010010100111001011011101110111010 | eba4b2e6af9be6a7bdefa680eb8094e5bbba |
| UHC | 뤲毛槽呂뀔建 | 100011111110000011011001101111101111000011001011111001011111101110110010111100001100101111101111 | 8fe0d9bef0cbe5fbb2f0cbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)