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 | 雹玉}雹玉{^ | 1110100010111001100010111100101001111101111010001011100110001011110010100111101101011110 | e8b98bca7de8b98bca7b5e |
EUC-JP | 雹玉}雹玉{^ | 1111000010111011101101101100110001111101111100001011101110110110110011000111101101011110 | f0bbb6cc7df0bbb6cc7b5e |
UTF-8 | 雹玉}雹玉{^ | 111010011001101110111001111001111000111010001001011111011110100110011011101110011110011110001110100010010111101101011110 | e99bb9e78e897de99bb9e78e897b5e |
UHC | 雹玉}雹玉{^ | 1101101011011111111010001010110001111101110110101101111111101000101011000111101101011110 | dadfe8ac7ddadfe8ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)