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 | ÞóãÒ@ | 1101111011110011111000111101001001000000 | def3e3d240 |
SJIS-WIN | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
EUC-JP | ÞóãÒ@ | 10001111101010011011000010001111101010111101000110001111101010111010101010001111101010101101001001000000 | 8fa9b08fabd18fabaa8faad240 |
UTF-8 | ÞóãÒ@ | 110000111001111011000011101100111100001110100011110000111001001001000000 | c39ec3b3c3a3c39240 |
UHC | Þ???@ | 101010001010110100111111001111110011111101000000 | a8ad3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)