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 | ?bg\ | 00111111011000100110011101011100 | 3f62675c |
SJIS-WIN | 脱bg\ | 1001001001000101011000100110011101011100 | 924562675c |
EUC-JP | 脱bg\ | 1100001110100110011000100110011101011100 | c3a662675c |
UTF-8 | 脱bg\ | 111010001000010010110001011000100110011101011100 | e884b162675c |
UHC | ?bg\ | 00111111011000100110011101011100 | 3f62675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)