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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 誘щ?誘щ?B | 1001011101010101100001001000101100111111100101110101010110000100100010110011111101000010 | 9755848b3f9755848b3f42 |
EUC-JP | 誘щ?誘щ?B | 1100110110110110101001111110101100111111110011011011011010100111111010110011111101000010 | cdb6a7eb3fcdb6a7eb3f42 |
UTF-8 | 誘щ퐳誘щ퐳B | 1110100010101010100110001101000110001001111011011001000010110011111010001010101010011000110100011000100111101101100100001011001101000010 | e8aa98d189ed90b3e8aa98d189ed90b342 |
UHC | 誘щ퐳誘щ퐳B | 11101011101011111010110011101011101111011001110011101011101011111010110011101011101111011001110001000010 | ebafacebbd9cebafacebbd9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)