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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ツ掖~ | 11000010100111010111010001111110 | c29d747e |
EUC-JP | ツ掖~ | 1000111011000010110110011101010101111110 | 8ec2d9d57e |
UTF-8 | ツ掖~ | 11101111101111101000001011100110100011101001011001111110 | efbe82e68e967e |
UHC | ?掖~ | 00111111111001001111101001111110 | 3fe4fa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)