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 | ½´c^ | 10111101101101000110001101011110 | bdb4635e |
SJIS-WIN | ?´c^ | 0011111110000001010011000110001101011110 | 3f814c635e |
EUC-JP | ?´c^ | 0011111110100001101011010110001101011110 | 3fa1ad635e |
UTF-8 | ½´c^ | 110000101011110111000010101101000110001101011110 | c2bdc2b4635e |
UHC | ½´c^ | 101010001111011010100010101001010110001101011110 | a8f6a2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)