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 | ûO³Z | 111110110100111110001110101100110101101010001111 | fb4f8eb35a8f |
SJIS-WIN | ?O??Z? | 001111110100111100111111001111110101101000111111 | 3f4f3f3f5a3f |
EUC-JP | ûO??Z? | 1000111110101011111001010100111100111111001111110101101000111111 | 8fabe54f3f3f5a3f |
UTF-8 | ûO³Z | 11000011101110110100111111000010100011101100001010110011010110101100001010001111 | c3bb4fc28ec2b35ac28f |
UHC | ?O?³Z? | 00111111010011110011111110101001111110000101101000111111 | 3f4f3fa9f85a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)