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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 巐捧K | 1111101010110110100101011111100101001011 | fab695f94b |
EUC-JP | 巐捧K | 100011111011101111111001110010101111101101001011 | 8fbbf9cafb4b |
UTF-8 | 巐捧K | 11100101101101111001000011100110100011011010011101001011 | e5b790e68da74b |
UHC | ?捧K | 00111111110111001110100101001011 | 3fdce94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)