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 | þ}kAG | 100100011111111001111101100010010110101110010010010000011001001001000111 | 91fe7d896b92419247 |
SJIS-WIN | ??}?k?A?G | 001111110011111101111101001111110110101100111111010000010011111101000111 | 3f3f7d3f6b3f413f47 |
EUC-JP | ?þ}?k?A?G | 0011111110001111101010011101000001111101001111110110101100111111010000010011111101000111 | 3f8fa9d07d3f6b3f413f47 |
UTF-8 | þ}kAG | 1100001010010001110000111011111001111101110000101000100101101011110000101001001001000001110000101001001001000111 | c291c3be7dc2896bc29241c29247 |
UHC | ?þ}?k?A?G | 00111111101010011010110101111101001111110110101100111111010000010011111101000111 | 3fa9ad7d3f6b3f413f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)