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 | ç¼è¾G | 11100111100000011011110011101000101111101001111001000111 | e781bce8be9e47 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ç??è??G | 1000111110101011101011100011111100111111100011111010101110110010001111110011111101000111 | 8fabae3f3f8fabb23f3f47 |
UTF-8 | ç¼è¾G | 11000011101001111100001010000001110000101011110011000011101010001100001010111110110000101001111001000111 | c3a7c281c2bcc3a8c2bec29e47 |
UHC | ??¼?¾?G | 001111110011111110101000111110010011111110101000111110100011111101000111 | 3f3fa8f93fa8fa3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)