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 | 111001001010100110010111101111010100001001000110 | e4a997bd4246 |
EUC-JP | 茫凌BF | 111010001010101111001110101111110100001001000110 | e8abcebf4246 |
UTF-8 | 茫凌BF | 1110100010001100101010111110010110000111100011000100001001000110 | e88cabe5878c4246 |
UHC | 茫凌BF | 110110001101010011010111110100000100001001000110 | d8d4d7d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)