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 | ?詔}?詔{^ | 001111111000111111011001011111010011111110001111110110010111101101011110 | 3f8fd97d3f8fd97b5e |
EUC-JP | 璪詔}璪詔{^ | 10001111110011001110000010111110110110110111110110001111110011001110000010111110110110110111101101011110 | 8fcce0bedb7d8fcce0bedb7b5e |
UTF-8 | 璪詔}璪詔{^ | 111001111001001010101010111010001010100110010100011111011110011110010010101010101110100010101001100101000111101101011110 | e792aae8a9947de792aae8a9947b5e |
UHC | 璪詔}璪詔{^ | 1111000011010001111100001101111101111101111100001101000111110000110111110111101101011110 | f0d1f0df7df0d1f0df7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)