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?^ | 00111111010101100011111101011110 | 3f563f5e |
SJIS-WIN | ?V4^ | 0011111101010110100000100101001101011110 | 3f5682535e |
EUC-JP | 髿V4^ | 10001111111010011111101001010110101000111011010001011110 | 8fe9fa56a3b45e |
UTF-8 | 髿V4^ | 1110100110101011101111110101011011101111101111001001010001011110 | e9abbf56efbc945e |
UHC | ?V4^ | 0011111101010110101000111011010001011110 | 3f56a3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)