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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褻秘捲豢ゥ | 111001011111011010010100111010011000110010011110111001101011010010101001 | e5f694e98c9ee6b4a9 |
EUC-JP | 褻秘捲豢ゥ | 11101010111110001100100011101011101101111111111011101100101101101000111010101001 | eaf8c8ebb7feecb68ea9 |
UTF-8 | 褻秘捲豢ゥ | 111010001010010010111011111001111010011110011000111001101000110110110010111010001011000110100010111011111011110110101001 | e8a4bbe7a798e68db2e8b1a2efbda9 |
UHC | 褻秘捲?? | 1110000011100001110111011111101011001111111011000011111100111111 | e0e1ddfacfec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)