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 | ??~?? | 0011111100111111011111100011111100111111 | 3f3f7e3f3f |
SJIS-WIN | テ、~ツ術 | 110000111010010001111110110000101000111101110000 | c3a47ec28f70 |
EUC-JP | テ、~ツ術 | 100011101100001110001110101001000111111010001110110000101011110111010001 | 8ec38ea47e8ec2bdd1 |
UTF-8 | テ、~ツ術 | 11101111101111101000001111101111101111011010010001111110111011111011111010000010111010001010000110010011 | efbe83efbda47eefbe82e8a193 |
UHC | ??~?術 | 001111110011111101111110001111111110001011111010 | 3f3f7e3fe2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)