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 | 讓滕貯峵丞 | 11100110101010001001111111101100100100101001100111111010101011101000111111100101 | e6a89fec9299faae8fe5 |
| EUC-JP | 讓滕貯?丞 | 111011001010101011011110111011101100001111111001001111111011111011100111 | ecaadeeec3f93fbee7 |
| UTF-8 | 讓滕貯峵丞 | 111010001010111010010011111001101011101110010101111010001011001010101111111001011011001110110101111001001011100010011110 | e8ae93e6bb95e8b2afe5b3b5e4b89e |
| UHC | 讓?貯?丞 | 1110010111010011001111111110111011001101001111111110001110101010 | e5d33feecd3fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)