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â®^ | 1001110001001111111000101010111001011110 | 9c4fe2ae5e |
SJIS-WIN | ?O??^ | 0011111101001111001111110011111101011110 | 3f4f3f3f5e |
EUC-JP | ?Oâ®^ | 001111110100111110001111101010111010010010001111101000101110111001011110 | 3f4f8faba48fa2ee5e |
UTF-8 | Oâ®^ | 1100001010011100010011111100001110100010110000101010111001011110 | c29c4fc3a2c2ae5e |
UHC | ?O?®^ | 001111110100111100111111101000101110011101011110 | 3f4f3fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)