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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ツ鮮v | 11000010100100010100111001110110 | c2914e76 |
EUC-JP | ツ鮮v | 1000111011000010110000011010111101110110 | 8ec2c1af76 |
UTF-8 | ツ鮮v | 11101111101111101000001011101001101011101010111001110110 | efbe82e9aeae76 |
UHC | ?鮮v | 00111111111000001101100001110110 | 3fe0d876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)