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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 畯???V | 111110110110111100111111001111110011111101010110 | fb6f3f3f3f56 |
EUC-JP | 畯???V | 10001111110011011011101100111111001111110011111101010110 | 8fcdbb3f3f3f56 |
UTF-8 | 畯풩亐렕V | 11100111100101011010111111101101100100101010100111100100101110101001000011101011101000001001010101010110 | e795afed92a9e4ba90eba09556 |
UHC | 畯풩亐렕V | 111100011110000111000111101101011110101010100111100011101010101001010110 | f1e1c7b5eaa78eaa56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)