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 | ???厓^ | 001111110011111100111111111110101000110101011110 | 3f3f3ffa8d5e |
EUC-JP | ???厓^ | 00111111001111110011111110001111101101001100011101011110 | 3f3f3f8fb4c75e |
UTF-8 | 렌炚렌厓^ | 11101011101000001000110011100111100000101001101011101011101000001000110011100101100011101001001101011110 | eba08ce7829aeba08ce58e935e |
UHC | 렌炚렌厓^ | 101101111011101111001110110010011011011110111011111001001110110101011110 | b7bbcec9b7bbe4ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)