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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | 贓?章?r{d | 111001101101100100111111100011111100110100111111011100100111101101100100 | e6d93f8fcd3f727b64 |
EUC-JP | 贓?章?r{d | 111011001101101100111111101111101100111100111111011100100111101101100100 | ecdb3fbecf3f727b64 |
UTF-8 | 贓렔章렟r{d | 111010001011010010010011111010111010000010010100111001111010101110100000111010111010000010011111011100100111101101100100 | e8b493eba094e7aba0eba09f727b64 |
UHC | 贓렔章렟r{d | 1110110111111100100011101010100111101101111100011000111010110000011100100111101101100100 | edfc8ea9edf18eb0727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)