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 | ?貌}?貌{^ | 001111111001011001100101011111010011111110010110011001010111101101011110 | 3f96657d3f96657b5e |
EUC-JP | ?貌}?貌{^ | 001111111100101111000110011111010011111111001011110001100111101101011110 | 3fcbc67d3fcbc67b5e |
UTF-8 | 鸞貌}鸞貌{^ | 111011111010010010100000111010001011001010001100011111011110111110100100101000001110100010110010100011000111101101011110 | efa4a0e8b28c7defa4a0e8b28c7b5e |
UHC | 鸞貌}鸞貌{^ | 1101000111110010110110011100100101111101110100011111001011011001110010010111101101011110 | d1f2d9c97dd1f2d9c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)