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 | ??Q | 001111110011111101010001 | 3f3f51 |
SJIS-WIN | 釭鹿Q | 1111101110111101100011101010110101010001 | fbbd8ead51 |
EUC-JP | 釭鹿Q | 100011111110001110101111101111001010111101010001 | 8fe3afbcaf51 |
UTF-8 | 釭鹿Q | 11101001100001111010110111101001101110011011111101010001 | e987ade9b9bf51 |
UHC | ?鹿Q | 00111111110101101110001101010001 | 3fd6e351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)