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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?鳶???^ | 00111111100100111100111000111111001111110011111101011110 | 3f93ce3f3f3f5e |
EUC-JP | ?鳶???^ | 00111111110001101101000000111111001111110011111101011110 | 3fc6d03f3f3f5e |
UTF-8 | 렼鳶렰렋렭^ | 11101011101000001011110011101001101100111011011011101011101000001011000011101011101000001000101111101011101000001010110101011110 | eba0bce9b3b6eba0b0eba08beba0ad5e |
UHC | 렼鳶렰렋렭^ | 1000111011000100111001101110100110001110101111011000111010100010100011101011101001011110 | 8ec4e6e98ebd8ea28eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)