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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 循徇徇^ | 10001111011110101001110001101101100111000110110101011110 | 8f7a9c6d9c6d5e |
EUC-JP | 循徇徇^ | 10111101110110111101011111001110110101111100111001011110 | bddbd7ced7ce5e |
UTF-8 | 循徇徇^ | 11100101101111101010101011100101101111101000011111100101101111101000011101011110 | e5beaae5be87e5be875e |
UHC | 循徇徇^ | 11100010111000001110001011011111111000101101111101011110 | e2e0e2dfe2df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)