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 | 俉?}俉?{^ | 111110100110000100111111011111011111101001100001001111110111101101011110 | fa613f7dfa613f7b5e |
EUC-JP | 俉?}俉?{^ | 1000111110110001101110110011111101111101100011111011000110111011001111110111101101011110 | 8fb1bb3f7d8fb1bb3f7b5e |
UTF-8 | 俉탇}俉탇{^ | 111001001011111110001001111011011000001110000111011111011110010010111111100010011110110110000011100001110111101101011110 | e4bf89ed83877de4bf89ed83877b5e |
UHC | 俉탇}俉탇{^ | 1110011111101011101101010110111001111101111001111110101110110101011011100111101101011110 | e7ebb56e7de7ebb56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)