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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 怡?莊?G | 10011100011111010011111111100100101101010011111101000111 | 9c7d3fe4b53f47 |
EUC-JP | 怡?莊?G | 11010111110111100011111111101000101101110011111101000111 | d7de3fe8b73f47 |
UTF-8 | 怡렡莊렖G | 11100110100000001010000111101011101000001010000111101000100011101000101011101011101000001001011001000111 | e680a1eba0a1e88e8aeba09647 |
UHC | 怡렡莊렖G | 111011001010111010001110101100101110110111110110100011101010101101000111 | ecae8eb2edf68eab47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)