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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 邀邀B | 1110011110110001111001111011000101000010 | e7b1e7b142 |
EUC-JP | 邀邀B | 1110111010110011111011101011001101000010 | eeb3eeb342 |
UTF-8 | 邀邀B | 11101001100000101000000011101001100000101000000001000010 | e98280e9828042 |
UHC | 邀邀B | 1110100110101101111010011010110101000010 | e9ade9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)