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 | 磚慄}磚慄{^ | 1110001001000001100111001100100101111101111000100100000110011100110010010111101101011110 | e2419cc97de2419cc97b5e |
EUC-JP | 磚慄}磚慄{^ | 1110001110100010110110001100101101111101111000111010001011011000110010110111101101011110 | e3a2d8cb7de3a2d8cb7b5e |
UTF-8 | 磚慄}磚慄{^ | 111001111010001110011010111001101000010110000100011111011110011110100011100110101110011010000101100001000111101101011110 | e7a39ae685847de7a39ae685847b5e |
UHC | ?慄}?慄{^ | 001111111101011111001001011111010011111111010111110010010111101101011110 | 3fd7c97d3fd7c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)