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 | 100010100100111010010111101111010100001001000110 | 8a4e97bd4246 |
EUC-JP | 劾凌BF | 101100111010111111001110101111110100001001000110 | b3afcebf4246 |
UTF-8 | 劾凌BF | 1110010110001010101111101110010110000111100011000100001001000110 | e58abee5878c4246 |
UHC | 劾凌BF | 111110101011011011010111110100000100001001000110 | fab6d7d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)