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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉蛾9跣 | 1110001111110101100010011110100110000010010110001110011011101111 | e3f589e98258e6ef |
EUC-JP | 脉蛾9跣 | 1110011011110111101100101110101110100011101110011110110011110001 | e6f7b2eba3b9ecf1 |
UTF-8 | 脉蛾9跣 | 111010001000010010001001111010001001101110111110111011111011110010011001111010001011011110100011 | e88489e89bbeefbc99e8b7a3 |
UHC | ?蛾9跣 | 00111111111001001011011010100011101110011110000011010011 | 3fe4b6a3b9e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)