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 | 蠕零l陋 | 1110010110111110100101111110101110000010100011001110100010011011 | e5be97eb828ce89b |
EUC-JP | 蠕零l陋 | 1110101011000000110011101110110110100011111011001110111111111011 | eac0ceeda3eceffb |
UTF-8 | 蠕零l陋 | 111010001010000010010101111010011001101110110110111011111011110110001100111010011001100110001011 | e8a095e99bb6efbd8ce9998b |
UHC | ?零l陋 | 00111111110101101100001110100011111011001101011110110000 | 3fd6c3a3ecd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)