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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 邀麓BF | 111001111011000110011000010110110100001001000110 | e7b1985b4246 |
EUC-JP | 邀麓BF | 111011101011001111001111101111000100001001000110 | eeb3cfbc4246 |
UTF-8 | 邀麓BF | 1110100110000010100000001110100110111010100100110100001001000110 | e98280e9ba934246 |
UHC | 邀麓BF | 111010011010110111010110111001000100001001000110 | e9add6e44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)