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 | 蔓稙}蔓稙{^ | 1001011010100000111000100110010101111101100101101010000011100010011001010111101101011110 | 96a0e2657d96a0e2657b5e |
EUC-JP | 蔓稙}蔓稙{^ | 1100110010100010111000111100011001111101110011001010001011100011110001100111101101011110 | cca2e3c67dcca2e3c67b5e |
UTF-8 | 蔓稙}蔓稙{^ | 111010001001010010010011111001111010100010011001011111011110100010010100100100111110011110101000100110010111101101011110 | e89493e7a8997de89493e7a8997b5e |
UHC | 蔓稙}蔓稙{^ | 1101100011000000111100101100001001111101110110001100000011110010110000100111101101011110 | d8c0f2c27dd8c0f2c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)