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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 縫碾[}縫碾[{^ | 10010110010001001110000111111000010110110111110110010110010001001110000111111000010110110111101101011110 | 9644e1f85b7d9644e1f85b7b5e |
EUC-JP | 縫碾[}縫碾[{^ | 11001011101001011110001011111010010110110111110111001011101001011110001011111010010110110111101101011110 | cba5e2fa5b7dcba5e2fa5b7b5e |
UTF-8 | 縫碾[}縫碾[{^ | 1110011110111000101010111110011110100010101111100101101101111101111001111011100010101011111001111010001010111110010110110111101101011110 | e7b8abe7a2be5b7de7b8abe7a2be5b7b5e |
UHC | 縫?[}縫?[{^ | 1101110011101110001111110101101101111101110111001110111000111111010110110111101101011110 | dcee3f5b7ddcee3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)