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 | 愾羌}愾羌{^ | 1001110010111111111000111011001101111101100111001011111111100011101100110111101101011110 | 9cbfe3b37d9cbfe3b37b5e |
EUC-JP | 愾羌}愾羌{^ | 1101100011000001111001101011010101111101110110001100000111100110101101010111101101011110 | d8c1e6b57dd8c1e6b57b5e |
UTF-8 | 愾羌}愾羌{^ | 111001101000010010111110111001111011111010001100011111011110011010000100101111101110011110111110100011000111101101011110 | e684bee7be8c7de684bee7be8c7b5e |
UHC | 愾羌}愾羌{^ | 1100101111000101110010111011011001111101110010111100010111001011101101100111101101011110 | cbc5cbb67dcbc5cbb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)