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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | エ簑閘エ簑閔^ | 1011010011100010110000001110100001111101101101001110001011000000111010000111101101011110 | b4e2c0e87db4e2c0e87b5e |
EUC-JP | エ簑閘エ簑閔^ | 10001110101101001110010011000010111011111101111010001110101101001110010011000010111011111101110001011110 | 8eb4e4c2efde8eb4e4c2efdc5e |
UTF-8 | エ簑閘エ簑閔^ | 11101111101111011011010011100111101100001001000111101001100101101001100011101111101111011011010011100111101100001001000111101001100101101001010001011110 | efbdb4e7b091e99698efbdb4e7b091e996945e |
UHC | ??閘??閔^ | 001111110011111111001011101001100011111100111111110110101100101001011110 | 3f3fcba63f3fdaca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)