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?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
SJIS-WIN | ?O?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
EUC-JP | ?O?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
UTF-8 | 묨O묨O^ | 111010111010110010101000010011111110101110101100101010000100111101011110 | ebaca84febaca84f5e |
UHC | 묨O묨O^ | 10010010010000010100111110010010010000010100111101011110 | 92414f92414f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)