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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 池?媛?^ | 10010010011100100011111110010101010100010011111101011110 | 92723f95513f5e |
EUC-JP | 池?媛?^ | 11000011110100110011111111001001101100100011111101011110 | c3d33fc9b23f5e |
UTF-8 | 池렔媛렫^ | 11100110101100011010000011101011101000001001010011100101101010101001101111101011101000001010101101011110 | e6b1a0eba094e5aa9beba0ab5e |
UHC | 池렔媛렫^ | 111100101010111010001110101010011110101010110000100011101011100101011110 | f2ae8ea9eab08eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)