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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 猪猪^ | 1001001010010110100100101001011001011110 | 929692965e |
EUC-JP | 猪猪^ | 1100001111110110110000111111011001011110 | c3f6c3f65e |
UTF-8 | 猪猪^ | 11100111100011001010101011100111100011001010101001011110 | e78caae78caa5e |
UHC | 猪猪^ | 1110111011000100111011101100010001011110 | eec4eec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)