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 | ?秧}?秧{^ | 001111111110001001011110011111010011111111100010010111100111101101011110 | 3fe25e7d3fe25e7b5e |
EUC-JP | ?秧}?秧{^ | 001111111110001110111111011111010011111111100011101111110111101101011110 | 3fe3bf7d3fe3bf7b5e |
UTF-8 | 卨秧}卨秧{^ | 111001011000110110101000111001111010011110100111011111011110010110001101101010001110011110100111101001110111101101011110 | e58da8e7a7a77de58da8e7a7a77b5e |
UHC | 卨秧}卨秧{^ | 1110000011011001111001001110101101111101111000001101100111100100111010110111101101011110 | e0d9e4eb7de0d9e4eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)