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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 諍?V | 11100110011110010011111101010110 | e6793f56 |
EUC-JP | 諍?V | 11101011110110100011111101010110 | ebda3f56 |
UTF-8 | 諍렞V | 11101000101010111000110111101011101000001001111001010110 | e8ab8deba09e56 |
UHC | 諍렞V | 1110111010110101100011101010111101010110 | eeb58eaf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)