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 | 얼炚얼厓^ | 11101100100101101011110011100111100000101001101011101100100101101011110011100101100011101001001101011110 | ec96bce7829aec96bce58e935e |
UHC | 얼炚얼厓^ | 101111101111001111001110110010011011111011110011111001001110110101011110 | bef3cec9bef3e4ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)