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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 晛?}晛?{^ | 1000111111000010101110110011111101111101100011111100001010111011001111110111101101011110 | 8fc2bb3f7d8fc2bb3f7b5e |
UTF-8 | 晛띧}晛띧{^ | 111001101001100110011011111010111001110110100111011111011110011010011001100110111110101110011101101001110111101101011110 | e6999beb9da77de6999beb9da77b5e |
UHC | 晛띧}晛띧{^ | 1111101011011001100011011101101101111101111110101101100110001101110110110111101101011110 | fad98ddb7dfad98ddb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)