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 | 1101111111011011111001101011100001010110 | dfdbe6b856 |
EUC-JP | ゚ロ貂V | 10001110110111111000111011011011111011001011101001010110 | 8edf8edbecba56 |
UTF-8 | ゚ロ貂V | 11101111101111101001111111101111101111101001101111101000101100101000001001010110 | efbe9fefbe9be8b28256 |
UHC | ??貂V | 0011111100111111111101011011000001010110 | 3f3ff5b056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)