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Âq | 110000101000101001001111110000101000100101110001 | c28a4fc28971 |
SJIS-WIN | ??O??q | 001111110011111101001111001111110011111101110001 | 3f3f4f3f3f71 |
EUC-JP | Â?OÂ?q | 10001111101010101010010000111111010011111000111110101010101001000011111101110001 | 8faaa43f4f8faaa43f71 |
UTF-8 | ÂOÂq | 11000011100000101100001010001010010011111100001110000010110000101000100101110001 | c382c28a4fc382c28971 |
UHC | ??O??q | 001111110011111101001111001111110011111101110001 | 3f3f4f3f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)