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 | íà¢çíå | 1110110111100000101000101110011110010111100101001110110111100101 | ede0a2e79794ede5 |
SJIS-WIN | ??¢????? | 001111110011111110000001100100010011111100111111001111110011111100111111 | 3f3f81913f3f3f3f3f |
EUC-JP | íà¢ç??íå | 10001111101010111011111110001111101010111010001010100001111100011000111110101011101011100011111100111111100011111010101110111111100011111010101110101001 | 8fabbf8faba2a1f18fabae3f3f8fabbf8faba9 |
UTF-8 | íà¢çíå | 11000011101011011100001110100000110000101010001011000011101001111100001010010111110000101001010011000011101011011100001110100101 | c3adc3a0c2a2c3a7c297c294c3adc3a5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)