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 | 11100111101100011011111001000010 | e7b1be42 |
EUC-JP | 邀セB | 1110111010110011100011101011111001000010 | eeb38ebe42 |
UTF-8 | 邀セB | 11101001100000101000000011101111101111011011111001000010 | e98280efbdbe42 |
UHC | 邀?B | 11101001101011010011111101000010 | e9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)