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 | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
SJIS-WIN | ンワa}ンワa{^ | 110111011101110001100001011111011101110111011100011000010111101101011110 | dddc617ddddc617b5e |
EUC-JP | ンワa}ンワa{^ | 10001110110111011000111011011100011000010111110110001110110111011000111011011100011000010111101101011110 | 8edd8edc617d8edd8edc617b5e |
UTF-8 | ンワa}ンワa{^ | 1110111110111110100111011110111110111110100111000110000101111101111011111011111010011101111011111011111010011100011000010111101101011110 | efbe9defbe9c617defbe9defbe9c617b5e |
UHC | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)