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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???詣?F | 00111111001111110011111110001100011101110011111101000110 | 3f3f3f8c773f46 |
EUC-JP | ???詣?F | 00111111001111110011111110110111110110000011111101000110 | 3f3f3fb7d83f46 |
UTF-8 | 琉뚪썙詣켃F | 11101111101001111000110011101011100110101010101011101100100011011001100111101000101010011010001111101100101111001000001101000110 | efa78ceb9aaaec8d99e8a9a3ecbc8346 |
UHC | 琉뚪썙詣켃F | 1110101110100100100011001110100110011011100011001110011111100001101100010100001001000110 | eba48ce99b8ce7e1b14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)