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 | 姚??雍?^ | 1001101101001100001111110011111111101000101101000011111101011110 | 9b4c3f3fe8b43f5e |
EUC-JP | 姚??雍?^ | 1101010110101101001111110011111111110000101101100011111101011110 | d5ad3f3ff0b63f5e |
UTF-8 | 姚붺퇁雍칌^ | 11100101101001111001101011101011101101101011101011101101100001111000000111101001100110111000110111101100101110011000110001011110 | e5a79aebb6baed8781e99b8decb98c5e |
UHC | 姚붺퇁雍칌^ | 1110100011101110100101001110011110110111100100101110100010111100101011110110001101011110 | e8ee94e7b792e8bcaf635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)