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 | ç¥íâ | 111001111010010110101101111011011001110110011001111000101000100010001000 | e7a5aded9d99e28888 |
SJIS-WIN | ?¥??????? | 00111111100000011000111100111111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f3f |
EUC-JP | ç??í??â?? | 100011111010101110101110001111110011111110001111101010111011111100111111001111111000111110101011101001000011111100111111 | 8fabae3f3f8fabbf3f3f8faba43f3f |
UTF-8 | ç¥íâ | 110000111010011111000010101001011100001010101101110000111010110111000010100111011100001010011001110000111010001011000010100010001100001010001000 | c3a7c2a5c2adc3adc29dc299c3a2c288c288 |
UHC | ???????? | 00111111001111111010000110101001001111110011111100111111001111110011111100111111 | 3f3fa1a93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)