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 | 螳厄}螳厄{^ | 1110010110101110100101101110111101111101111001011010111010010110111011110111101101011110 | e5ae96ef7de5ae96ef7b5e |
EUC-JP | 螳厄}螳厄{^ | 1110101010110000110011001111000101111101111010101011000011001100111100010111101101011110 | eab0ccf17deab0ccf17b5e |
UTF-8 | 螳厄}螳厄{^ | 111010001001111010110011111001011000111010000100011111011110100010011110101100111110010110001110100001000111101101011110 | e89eb3e58e847de89eb3e58e847b5e |
UHC | 螳厄}螳厄{^ | 1101001111011001111001001111100001111101110100111101100111100100111110000111101101011110 | d3d9e4f87dd3d9e4f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)