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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??シ依щ?F | 00111111001111111000001101010110100010001100101110000100100010110011111101000110 | 3f3f835688cb848b3f46 |
EUC-JP | ??シ依щ?F | 00111111001111111010010110110111101100001100110110100111111010110011111101000110 | 3f3fa5b7b0cda7eb3f46 |
UTF-8 | 琉띠シ依щ젧F | 111011111010011110001100111010111001110110100000111000111000001010110111111001001011111010011101110100011000100111101100101000001010011101000110 | efa78ceb9da0e382b7e4be9dd189eca0a746 |
UHC | 琉띠シ依щ젧F | 11101011101001001011011011101100101010111011011111101011111011101010110011101011101000001001111101000110 | eba4b6ecabb7ebeeaceba09f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)