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^ | 101000101010010110100010101101000110001101011110 | a2a5a2b4635e |
SJIS-WIN | ¢¥¢´c^ | 10000001100100011000000110001111100000011001000110000001010011000110001101011110 | 8191818f8191814c635e |
EUC-JP | ¢?¢´c^ | 101000011111000100111111101000011111000110100001101011010110001101011110 | a1f13fa1f1a1ad635e |
UTF-8 | ¢¥¢´c^ | 11000010101000101100001010100101110000101010001011000010101101000110001101011110 | c2a2c2a5c2a2c2b4635e |
UHC | ???´c^ | 00111111001111110011111110100010101001010110001101011110 | 3f3f3fa2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)