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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韶・雍構 | 11101000111011101010010111101000101101001000110101011100 | e8eea5e8b48d5c |
EUC-JP | 韶・雍構 | 1111000011110000100011101010010111110000101101101011100110111101 | f0f08ea5f0b6b9bd |
UTF-8 | 韶・雍構 | 111010011001111110110110111011111011110110100101111010011001101110001101111001101010011110001011 | e99fb6efbda5e99b8de6a78b |
UHC | 韶?雍構 | 11100001110100100011111111101000101111001100111110110000 | e1d23fe8bccfb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)