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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 靂?恒^ | 111010001100110000111111100011010101000001011110 | e8cc3f8d505e |
EUC-JP | 靂?恒^ | 111100001100111000111111101110011011000101011110 | f0ce3fb9b15e |
UTF-8 | 靂싒恒^ | 11101001100111011000001011101100100010111001001011100110100000011001001001011110 | e99d82ec8b92e681925e |
UHC | 靂싒恒^ | 11010101111110101001101011010101111110011111011001011110 | d5fa9ad5f9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)