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 | ??鬱?┌^ | 0011111100111111100111110101010000111111100001001010000101011110 | 3f3f9f543f84a15e |
EUC-JP | 焌?鬱?┌^ | 10001111110010011110100000111111110111011011010100111111101010001010001101011110 | 8fc9e83fddb53fa8a35e |
UTF-8 | 焌렊鬱ㅸ┌^ | 11100111100001001000110011101011101000001000101011101001101011001011000111100011100001011011100011100010100101001000110001011110 | e7848ceba08ae9acb1e385b8e2948c5e |
UHC | 焌렊鬱ㅸ┌^ | 1111000111100000100011101010000111101010101001101010010011101000101001101010001101011110 | f1e08ea1eaa6a4e8a6a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)