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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諧?ぉ?? | 11100110011111100011111110000010101001110011111100111111 | e67e3f82a73f3f |
EUC-JP | 諧?ぉ?? | 11101011110111110011111110100100101010010011111100111111 | ebdf3fa4a93f3f |
UTF-8 | 諧었ぉ렣뤋 | 111010001010101110100111111011001001011110001000111000111000000110001001111010111010000010100011111010111010010010001011 | e8aba7ec9788e38189eba0a3eba48b |
UHC | 諧었ぉ렣뤋 | 11111010101100101011111011111010101010101010100110001110101101001000111110111011 | fab2befaaaa98eb48fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)