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 | åýè¼ç½ | 1110010111111101100101001110100010111100100101011110011110111101 | e5fd94e8bc95e7bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?è??ç? | 10001111101010111010100110001111101010111111001000111111100011111010101110110010001111110011111110001111101010111010111000111111 | 8faba98fabf23f8fabb23f3f8fabae3f |
UTF-8 | åýè¼ç½ | 11000011101001011100001110111101110000101001010011000011101010001100001010111100110000101001010111000011101001111100001010111101 | c3a5c3bdc294c3a8c2bcc295c3a7c2bd |
UHC | ????¼??½ | 00111111001111110011111100111111101010001111100100111111001111111010100011110110 | 3f3f3f3fa8f93f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)