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 | è¬çâ | 1110100010101100100101111110011110010001100110101110001010000100 | e8ac97e7919ae284 |
SJIS-WIN | ?¬?????? | 001111111000000111001010001111110011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f3f |
EUC-JP | è¬?ç??â? | 100011111010101110110010101000101100110000111111100011111010101110101110001111110011111110001111101010111010010000111111 | 8fabb2a2cc3f8fabae3f3f8faba43f |
UTF-8 | è¬çâ | 11000011101010001100001010101100110000101001011111000011101001111100001010010001110000101001101011000011101000101100001010000100 | c3a8c2acc297c3a7c291c29ac3a2c284 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)