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 | 睥ク}睥ク{^ | 111000011100110010111000011111011110000111001100101110000111101101011110 | e1ccb87de1ccb87b5e |
EUC-JP | 睥ク}睥ク{^ | 1110001011001110100011101011100001111101111000101100111010001110101110000111101101011110 | e2ce8eb87de2ce8eb87b5e |
UTF-8 | 睥ク}睥ク{^ | 111001111001110110100101111011111011110110111000011111011110011110011101101001011110111110111101101110000111101101011110 | e79da5efbdb87de79da5efbdb87b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)