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 | 謖?}謖?{^ | 111001101000110000111111011111011110011010001100001111110111101101011110 | e68c3f7de68c3f7b5e |
EUC-JP | 謖?}謖?{^ | 111010111110110000111111011111011110101111101100001111110111101101011110 | ebec3f7debec3f7b5e |
UTF-8 | 謖뽾}謖뽾{^ | 111010001010110010010110111010111011110110111110011111011110100010101100100101101110101110111101101111100111101101011110 | e8ac96ebbdbe7de8ac96ebbdbe7b5e |
UHC | 謖뽾}謖뽾{^ | 1110000111011010100101101111101001111101111000011101101010010110111110100111101101011110 | e1da96fa7de1da96fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)