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 | ¼Ù̹ | 1011110011011001100011111100110010111001 | bcd98fccb9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ù?Ì? | 001111111000111110101010111000110011111110001111101010101100000000111111 | 3f8faae33f8faac03f |
UTF-8 | ¼Ù̹ | 11000010101111001100001110011001110000101000111111000011100011001100001010111001 | c2bcc399c28fc38cc2b9 |
UHC | ¼???¹ | 10101000111110010011111100111111001111111010100111110110 | a8f93f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)