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 | ë ¼åº§ | 111010111010000010111100111001011011101010100111 | eba0bce5baa7 |
SJIS-WIN | ?????§ | 00111111001111110011111100111111001111111000000110011000 | 3f3f3f3f3f8198 |
EUC-JP | ë??座 | 10001111101010111011001100111111001111111000111110101011101010011000111110100010111010111010000111111000 | 8fabb33f3f8faba98fa2eba1f8 |
UTF-8 | ë ¼åº§ | 110000111010101111000010101000001100001010111100110000111010010111000010101110101100001010100111 | c3abc2a0c2bcc3a5c2bac2a7 |
UHC | ??¼?º§ | 001111110011111110101000111110010011111110101000101011001010000111010111 | 3f3fa8f93fa8aca1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)