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 | 瞿矜}瞿矜{^ | 1110000111011000111000011110000001111101111000011101100011100001111000000111101101011110 | e1d8e1e07de1d8e1e07b5e |
EUC-JP | 瞿矜}瞿矜{^ | 1110001011011010111000101110001001111101111000101101101011100010111000100111101101011110 | e2dae2e27de2dae2e27b5e |
UTF-8 | 瞿矜}瞿矜{^ | 111001111001111010111111111001111001111110011100011111011110011110011110101111111110011110011111100111000111101101011110 | e79ebfe79f9c7de79ebfe79f9c7b5e |
UHC | 瞿矜}瞿矜{^ | 1100111110111010110100001110100001111101110011111011101011010000111010000111101101011110 | cfbad0e87dcfbad0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)