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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | ツ欝A | 11000010100010010101010001000001 | c2895441 |
EUC-JP | ツ欝A | 1000111011000010101100011011010101000001 | 8ec2b1b541 |
UTF-8 | ツ欝A | 11101111101111101000001011100110101011001001110101000001 | efbe82e6ac9d41 |
UHC | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)