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 | 幼⑤?幼⑤?^ | 1001011101100011100001110100010000111111100101110110001110000111010001000011111101011110 | 976387443f976387443f5e |
EUC-JP | 幼??幼??^ | 110011011100010000111111001111111100110111000100001111110011111101011110 | cdc43f3fcdc43f3f5e |
UTF-8 | 幼⑤빝幼⑤빘^ | 11100101101110011011110011100010100100011010010011101011101110011001110111100101101110011011110011100010100100011010010011101011101110011001100001011110 | e5b9bce291a4ebb99de5b9bce291a4ebb9985e |
UHC | 幼⑤빝幼⑤빘^ | 11101010111010101010100011101011100101011011101111101010111010101010100011101011100101011011100101011110 | eaeaa8eb95bbeaeaa8eb95b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)