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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??飾??軾^ | 001111110011111110001111111111000011111100111111111001110110011101011110 | 3f3f8ffc3f3fe7675e |
EUC-JP | ??飾??軾^ | 001111110011111110111110111111100011111100111111111011011100100001011110 | 3f3fbefe3f3fedc85e |
UTF-8 | 姸렣飾姸렣軾^ | 11100101101001111011100011101011101000001010001111101001101000111011111011100101101001111011100011101011101000001010001111101000101110111011111001011110 | e5a7b8eba0a3e9a3bee5a7b8eba0a3e8bbbe5e |
UHC | 姸렣飾姸렣軾^ | 11100110110000011000111010110100111000111101111011100110110000011000111010110100111000111101110001011110 | e6c18eb4e3dee6c18eb4e3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)