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^ | 100011101100001010110011101100000110001101011110 | 8ec2b3b0635e |
SJIS-WIN | ???°c^ | 00111111001111110011111110000001100010110110001101011110 | 3f3f3f818b635e |
EUC-JP | ?Â?°c^ | 001111111000111110101010101001000011111110100001111010110110001101011110 | 3f8faaa43fa1eb635e |
UTF-8 | ³°c^ | 11000010100011101100001110000010110000101011001111000010101100000110001101011110 | c28ec382c2b3c2b0635e |
UHC | ??³°c^ | 0011111100111111101010011111100010100001110001100110001101011110 | 3f3fa9f8a1c6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)