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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
UTF-8 | 혺챰혺챠V | 11101101100110001011101011101100101100011011000011101101100110001011101011101100101100011010000001010110 | ed98baecb1b0ed98baecb1a056 |
UHC | 혺챰혺챠V | 110000101001111111000011101100011100001010011111110000111010110101010110 | c29fc3b1c29fc3ad56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)