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 | ãVdãVdB | 111000110101011010001101011001001110001101010110100011010110010001000010 | e3568d64e3568d6442 |
SJIS-WIN | ?V?d?V?dB | 001111110101011000111111011001000011111101010110001111110110010001000010 | 3f563f643f563f6442 |
EUC-JP | ãV?dãV?dB | 10001111101010111010101001010110001111110110010010001111101010111010101001010110001111110110010001000010 | 8fabaa563f648fabaa563f6442 |
UTF-8 | ãVdãVdB | 11000011101000110101011011000010100011010110010011000011101000110101011011000010100011010110010001000010 | c3a356c28d64c3a356c28d6442 |
UHC | ?V?d?V?dB | 001111110101011000111111011001000011111101010110001111110110010001000010 | 3f563f643f563f6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)