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 | 1111101101001111100011101011001101011010 | fb4f8eb35a |
SJIS-WIN | ?O??Z | 0011111101001111001111110011111101011010 | 3f4f3f3f5a |
EUC-JP | ûO??Z | 10001111101010111110010101001111001111110011111101011010 | 8fabe54f3f3f5a |
UTF-8 | ûO³Z | 1100001110111011010011111100001010001110110000101011001101011010 | c3bb4fc28ec2b35a |
UHC | ?O?³Z | 001111110100111100111111101010011111100001011010 | 3f4f3fa9f85a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)