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 | 蟒刃}蟒刃{^ | 1110010110111011100100000110111001111101111001011011101110010000011011100111101101011110 | e5bb906e7de5bb906e7b5e |
EUC-JP | 蟒刃}蟒刃{^ | 1110101010111101101111111100111101111101111010101011110110111111110011110111101101011110 | eabdbfcf7deabdbfcf7b5e |
UTF-8 | 蟒刃}蟒刃{^ | 111010001001111110010010111001011000100010000011011111011110100010011111100100101110010110001000100000110111101101011110 | e89f92e588837de89f92e588837b5e |
UHC | ?刃}?刃{^ | 001111111110110011010011011111010011111111101100110100110111101101011110 | 3fecd37d3fecd37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)