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 | 竣?艤??? | 1000111101110110001111111110010001111110001111110011111100111111 | 8f763fe47e3f3f3f |
| EUC-JP | 竣?艤??? | 1011110111010111001111111110011111011111001111110011111100111111 | bdd73fe7df3f3f3f |
| UTF-8 | 竣렠艤렜렺렟 | 111001111010101110100011111010111010000010100000111010001000100110100100111010111010000010011100111010111010000010111010111010111010000010011111 | e7aba3eba0a0e889a4eba09ceba0baeba09f |
| UHC | 竣렠艤렜렺렟 | 111100011110001010001110101100011110101111111010100011101010111010001110110000101000111010110000 | f1e28eb1ebfa8eae8ec28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)