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 | 誘??誘??^ | 100101110101010100111111001111111001011101010101001111110011111101011110 | 97553f3f97553f3f5e |
EUC-JP | 誘??誘??^ | 110011011011011000111111001111111100110110110110001111110011111101011110 | cdb63f3fcdb63f3f5e |
UTF-8 | 誘룸쑀誘룸쐭^ | 11101000101010101001100011101011101000111011100011101100100100011000000011101000101010101001100011101011101000111011100011101100100100001010110101011110 | e8aa98eba3b8ec9180e8aa98eba3b8ec90ad5e |
UHC | 誘룸쑀誘룸쐭^ | 11101011101011111011011111101011100111001010000011101011101011111011011111101011100111001001000101011110 | ebafb7eb9ca0ebafb7eb9c915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)