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 | èýç§è» | 1110100011111101100001101110011110100111100110001110100010111011 | e8fd86e7a798e8bb |
SJIS-WIN | ????§??? | 001111110011111100111111001111111000000110011000001111110011111100111111 | 3f3f3f3f81983f3f3f |
EUC-JP | èý?ç§?è? | 1000111110101011101100101000111110101011111100100011111110001111101010111010111010100001111110000011111110001111101010111011001000111111 | 8fabb28fabf23f8fabaea1f83f8fabb23f |
UTF-8 | èýç§è» | 11000011101010001100001110111101110000101000011011000011101001111100001010100111110000101001100011000011101010001100001010111011 | c3a8c3bdc286c3a7c2a7c298c3a8c2bb |
UHC | ????§??? | 001111110011111100111111001111111010000111010111001111110011111100111111 | 3f3f3f3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)