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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邀倩ч | 111001111011000110011000111010001000010010001001 | e7b198e88489 |
EUC-JP | 邀倩ч | 111011101011001111010000111010101010011111101001 | eeb3d0eaa7e9 |
UTF-8 | 邀倩ч | 1110100110000010100000001110010110000000101010011101000110000111 | e98280e580a9d187 |
UHC | 邀?ч | 1110100110101101001111111010110011101001 | e9ad3face9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)