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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 餘??V | 1110100101010000001111110011111101010110 | e9503f3f56 |
EUC-JP | 餘??V | 1111000110110001001111110011111101010110 | f1b13f3f56 |
UTF-8 | 餘뤾껺V | 11101001101001001001100011101011101001001011111011101010101110111011101001010110 | e9a498eba4beeabbba56 |
UHC | 餘뤾껺V | 11100110101011101000111111101010100001000101000001010110 | e6ae8fea845056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)