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 | ?g? | 001111110110011100111111 | 3f673f |
SJIS-WIN | ?g? | 001111110110011100111111 | 3f673f |
EUC-JP | ?g? | 001111110110011100111111 | 3f673f |
UTF-8 | 묱g묨 | 11101011101011001011000101100111111010111010110010101000 | ebacb167ebaca8 |
UHC | 묱g묨 | 1001001001001000011001111001001001000001 | 9248679241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)