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 | 爿莖爿莖^ | 111000001010101111100100101100011110000010101011111001001011000101011110 | e0abe4b1e0abe4b15e |
EUC-JP | 爿莖爿莖^ | 111000001010110111101000101100111110000010101101111010001011001101011110 | e0ade8b3e0ade8b35e |
UTF-8 | 爿莖爿莖^ | 11100111100010001011111111101000100011101001011011100111100010001011111111101000100011101001011001011110 | e788bfe88e96e788bfe88e965e |
UHC | ?莖?莖^ | 00111111110011001110110000111111110011001110110001011110 | 3fccec3fccec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)