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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 薰ケ闥碑」 | 1111101110011110101110011110100010010010100101001110100010100011 | fb9eb9e89294e8a3 |
EUC-JP | ?ケ闥碑」 | 001111111000111010111001111011111111001011001000111010101000111010100011 | 3f8eb9eff2c8ea8ea3 |
UTF-8 | 薰ケ闥碑」 | 111010001001011010110000111011111011110110111001111010011001011110100101111001111010001010010001111011111011110110100011 | e896b0efbdb9e997a5e7a291efbda3 |
UHC | 薰??碑? | 11111101101110010011111100111111110111011111100000111111 | fdb93f3fddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)