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Í | 11111011010011111000111010110011010110101000111111001101 | fb4f8eb35a8fcd |
SJIS-WIN | ?O??Z?? | 00111111010011110011111100111111010110100011111100111111 | 3f4f3f3f5a3f3f |
EUC-JP | ûO??Z?Í | 1000111110101011111001010100111100111111001111110101101000111111100011111010101010111111 | 8fabe54f3f3f5a3f8faabf |
UTF-8 | ûO³ZÍ | 110000111011101101001111110000101000111011000010101100110101101011000010100011111100001110001101 | c3bb4fc28ec2b35ac28fc38d |
UHC | ?O?³Z?? | 0011111101001111001111111010100111111000010110100011111100111111 | 3f4f3fa9f85a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)