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 | ̹îòí̹ | 1000111111001100101110011110111011110010111011011100110010111001 | 8fccb9eef2edccb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ì?îòíÌ? | 001111111000111110101010110000000011111110001111101010111100001010001111101010111101001010001111101010111011111110001111101010101100000000111111 | 3f8faac03f8fabc28fabd28fabbf8faac03f |
UTF-8 | ̹îòí̹ | 11000010100011111100001110001100110000101011100111000011101011101100001110110010110000111010110111000011100011001100001010111001 | c28fc38cc2b9c3aec3b2c3adc38cc2b9 |
UHC | ??¹????¹ | 00111111001111111010100111110110001111110011111100111111001111111010100111110110 | 3f3fa9f63f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)