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 | ?`@B | 00111111011000000100000001000010 | 3f604042 |
SJIS-WIN | ?`@B | 00111111011000000100000001000010 | 3f604042 |
EUC-JP | ?`@B | 00111111011000000100000001000010 | 3f604042 |
UTF-8 | 묱`@B | 111010111010110010110001011000000100000001000010 | ebacb1604042 |
UHC | 묱`@B | 1001001001001000011000000100000001000010 | 9248604042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)