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 | ??d | 001111110011111101100100 | 3f3f64 |
SJIS-WIN | ツ棚d | 11000010100100100100100101100100 | c2924964 |
EUC-JP | ツ棚d | 1000111011000010110000111010101001100100 | 8ec2c3aa64 |
UTF-8 | ツ棚d | 11101111101111101000001011100110101000111001101001100100 | efbe82e6a39a64 |
UHC | ?棚d | 00111111110111011101110001100100 | 3fdddc64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)