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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉蓋 | 0011111110011101111110101000101001010111 | 3f9dfa8a57 |
EUC-JP | ?曉蓋 | 0011111111011010111111001011001110111000 | 3fdafcb3b8 |
UTF-8 | 뤗曉蓋 | 111010111010010010010111111001101001101110001001111010001001001110001011 | eba497e69b89e8938b |
UHC | 뤗曉蓋 | 100011111100011111111100111110111100101111001111 | 8fc7fcfbcbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)