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 | úèãÒÞ÷ò | 11111010111010001110001111010010110111101111011111110010 | fae8e3d2def7f2 |
SJIS-WIN | ?????÷? | 0011111100111111001111110011111100111111100000011000000000111111 | 3f3f3f3f3f81803f |
EUC-JP | úèãÒÞ÷ò | 1000111110101011111000101000111110101011101100101000111110101011101010101000111110101010110100101000111110101001101100001010000111100000100011111010101111010010 | 8fabe28fabb28fabaa8faad28fa9b0a1e08fabd2 |
UTF-8 | úèãÒÞ÷ò | 1100001110111010110000111010100011000011101000111100001110010010110000111001111011000011101101111100001110110010 | c3bac3a8c3a3c392c39ec3b7c3b2 |
UHC | ????Þ÷? | 001111110011111100111111001111111010100010101101101000011100000000111111 | 3f3f3f3fa8ada1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)