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 | íä¸èÑ? | 111011011110010010111000111010001101000100111111 | ede4b8e8d13f |
SJIS-WIN | ?????蹕 | 00111111001111110011111100111111001111111110011101001010 | 3f3f3f3f3fe74a |
EUC-JP | íä¸èÑ蹕 | 1000111110101011101111111000111110101011101000111000111110100010101100011000111110101011101100101000111110101010110100001110110110101011 | 8fabbf8faba38fa2b18fabb28faad0edab |
UTF-8 | íä¸èÑ蹕 | 11000011101011011100001110100100110000101011100011000011101010001100001110010001111010001011100110010101 | c3adc3a4c2b8c3a8c391e8b995 |
UHC | ??¸??? | 00111111001111111010001010101100001111110011111100111111 | 3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)