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 | ̹ãä̹ | 1000111111001100101110011110001111100100100011111100110010111001 | 8fccb9e3e48fccb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ì?ãä?Ì? | 00111111100011111010101011000000001111111000111110101011101010101000111110101011101000110011111110001111101010101100000000111111 | 3f8faac03f8fabaa8faba33f8faac03f |
UTF-8 | ̹ãä̹ | 11000010100011111100001110001100110000101011100111000011101000111100001110100100110000101000111111000011100011001100001010111001 | c28fc38cc2b9c3a3c3a4c28fc38cc2b9 |
UHC | ??¹????¹ | 00111111001111111010100111110110001111110011111100111111001111111010100111110110 | 3f3fa9f63f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)