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 | フ萠膽フ萠膽^ | 1100110011100100110011001110010001011011110011001110010011001100111001000101101101011110 | cce4cce45bcce4cce45b5e |
EUC-JP | フ萠膽フ萠膽^ | 10001110110011001110100011001110111001111011110010001110110011001110100011001110111001111011110001011110 | 8ecce8cee7bc8ecce8cee7bc5e |
UTF-8 | フ萠膽フ萠膽^ | 11101111101111101000110011101000100100001010000011101000100001101011110111101111101111101000110011101000100100001010000011101000100001101011110101011110 | efbe8ce890a0e886bdefbe8ce890a0e886bd5e |
UHC | ??膽??膽^ | 001111110011111111010011110001010011111100111111110100111100010101011110 | 3f3fd3c53f3fd3c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)