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 | å®ç¼w | 11100101101011101000110111100111100000011011110001110111 | e5ae8de781bc77 |
SJIS-WIN | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
EUC-JP | å®?ç??w | 10001111101010111010100110001111101000101110111000111111100011111010101110101110001111110011111101110111 | 8faba98fa2ee3f8fabae3f3f77 |
UTF-8 | å®ç¼w | 11000011101001011100001010101110110000101000110111000011101001111100001010000001110000101011110001110111 | c3a5c2aec28dc3a7c281c2bc77 |
UHC | ?®???¼w | 001111111010001011100111001111110011111100111111101010001111100101110111 | 3fa2e73f3f3fa8f977 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)