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 | 贓?莊?云 | 1110011011011001001111111110010010110101001111111000100101011101 | e6d93fe4b53f895d |
EUC-JP | 贓?莊?云 | 1110110011011011001111111110100010110111001111111011000110111110 | ecdb3fe8b73fb1be |
UTF-8 | 贓렔莊렰云 | 111010001011010010010011111010111010000010010100111010001000111010001010111010111010000010110000111001001011101010010001 | e8b493eba094e88e8aeba0b0e4ba91 |
UHC | 贓렔莊렰云 | 11101101111111001000111010101001111011011111011010001110101111011110100111110110 | edfc8ea9edf68ebde9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)