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 | ?K}?K{^ | 00111111010010110111110100111111010010110111101101011110 | 3f4b7d3f4b7b5e |
SJIS-WIN | 哺K}哺K{^ | 100110100100110101001011011111011001101001001101010010110111101101011110 | 9a4d4b7d9a4d4b7b5e |
EUC-JP | 哺K}哺K{^ | 110100111010111001001011011111011101001110101110010010110111101101011110 | d3ae4b7dd3ae4b7b5e |
UTF-8 | 哺K}哺K{^ | 1110010110010011101110100100101101111101111001011001001110111010010010110111101101011110 | e593ba4b7de593ba4b7b5e |
UHC | 哺K}哺K{^ | 111110001101010001001011011111011111100011010100010010110111101101011110 | f8d44b7df8d44b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)