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 | ì°¾P^ | 1110110010110000101111100101000001011110 | ecb0be505e |
SJIS-WIN | ?°?P^ | 001111111000000110001011001111110101000001011110 | 3f818b3f505e |
EUC-JP | ì°?P^ | 1000111110101011110000001010000111101011001111110101000001011110 | 8fabc0a1eb3f505e |
UTF-8 | ì°¾P^ | 1100001110101100110000101011000011000010101111100101000001011110 | c3acc2b0c2be505e |
UHC | ?°¾P^ | 00111111101000011100011010101000111110100101000001011110 | 3fa1c6a8fa505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)