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 | ç¤ëí | 11100111100100011010010011101011100011011000110011101101 | e791a4eb8d8ced |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç?¤ë??í | 100011111010101110101110001111111000111110100010111100001000111110101011101100110011111100111111100011111010101110111111 | 8fabae3f8fa2f08fabb33f3f8fabbf |
UTF-8 | ç¤ëí | 1100001110100111110000101001000111000010101001001100001110101011110000101000110111000010100011001100001110101101 | c3a7c291c2a4c3abc28dc28cc3ad |
UHC | ??¤???? | 0011111100111111101000101011010000111111001111110011111100111111 | 3f3fa2b43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)