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 | 烝Ο}烝Ο{^ | 1110000001111110100000111010110101111101111000000111111010000011101011010111101101011110 | e07e83ad7de07e83ad7b5e |
EUC-JP | 烝Ο}烝Ο{^ | 1101111111011111101001101010111101111101110111111101111110100110101011110111101101011110 | dfdfa6af7ddfdfa6af7b5e |
UTF-8 | 烝Ο}烝Ο{^ | 11100111100000111001110111001110100111110111110111100111100000111001110111001110100111110111101101011110 | e7839dce9f7de7839dce9f7b5e |
UHC | 烝Ο}烝Ο{^ | 1111000111110110101001011100111101111101111100011111011010100101110011110111101101011110 | f1f6a5cf7df1f6a5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)