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 | 逋麓}逋麓{^ | 1110011110011001100110000101101101111101111001111001100110011000010110110111101101011110 | e799985b7de799985b7b5e |
EUC-JP | 逋麓}逋麓{^ | 1110110111111001110011111011110001111101111011011111100111001111101111000111101101011110 | edf9cfbc7dedf9cfbc7b5e |
UTF-8 | 逋麓}逋麓{^ | 111010011000000010001011111010011011101010010011011111011110100110000000100010111110100110111010100100110111101101011110 | e9808be9ba937de9808be9ba937b5e |
UHC | 逋麓}逋麓{^ | 1111100011100111110101101110010001111101111110001110011111010110111001000111101101011110 | f8e7d6e47df8e7d6e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)