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 | èûç¼èµ | 1110100011111011100001001110011110000001101111001110100010110101 | e8fb84e781bce8b5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èû?ç??è? | 10001111101010111011001010001111101010111110010100111111100011111010101110101110001111110011111110001111101010111011001000111111 | 8fabb28fabe53f8fabae3f3f8fabb23f |
UTF-8 | èûç¼èµ | 11000011101010001100001110111011110000101000010011000011101001111100001010000001110000101011110011000011101010001100001010110101 | c3a8c3bbc284c3a7c281c2bcc3a8c2b5 |
UHC | ?????¼?? | 001111110011111100111111001111110011111110101000111110010011111100111111 | 3f3f3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)