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 | 闡ケ魘ソ^ | 11101000100100011011100111101001101101001011111101011110 | e891b9e9b4bf5e |
EUC-JP | 闡ケ魘ソ^ | 111011111111000110001110101110011111001010110110100011101011111101011110 | eff18eb9f2b68ebf5e |
UTF-8 | 闡ケ魘ソ^ | 11101001100101111010000111101111101111011011100111101001101011011001100011101111101111011011111101011110 | e997a1efbdb9e9ad98efbdbf5e |
UHC | 闡???^ | 111101001100010100111111001111110011111101011110 | f4c53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)