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 | ?????|^ | 00111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f7c5e |
SJIS-WIN | 篠ンワ偲治|^ | 10001110110000101101110111011100100011101100001110001110101000010111110001011110 | 8ec2dddc8ec38ea17c5e |
EUC-JP | 篠ンワ偲治|^ | 101111001100010010001110110111011000111011011100101111001100010110111100101000110111110001011110 | bcc48edd8edcbcc5bca37c5e |
UTF-8 | 篠ンワ偲治|^ | 1110011110101111101000001110111110111110100111011110111110111110100111001110010110000001101100101110011010110010101110110111110001011110 | e7afa0efbe9defbe9ce581b2e6b2bb7c5e |
UHC | 篠???治|^ | 111000011100011000111111001111110011111111110110101111010111110001011110 | e1c63f3f3ff6bd7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)