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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 麒蠖}麒蠖{^ | 1110101001101001111001011011110101111101111010100110100111100101101111010111101101011110 | ea69e5bd7dea69e5bd7b5e |
EUC-JP | 麒蠖}麒蠖{^ | 1111001111001010111010101011111101111101111100111100101011101010101111110111101101011110 | f3caeabf7df3caeabf7b5e |
UTF-8 | 麒蠖}麒蠖{^ | 111010011011101010010010111010001010000010010110011111011110100110111010100100101110100010100000100101100111101101011110 | e9ba92e8a0967de9ba92e8a0967b5e |
UHC | 麒?}麒?{^ | 110100011100101100111111011111011101000111001011001111110111101101011110 | d1cb3f7dd1cb3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)