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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜀馴〝髻イ阨 | 1110010110000110100100111110100110000111100000001110100110011111101100101110100010010101 | e58693e98780e99fb2e895 |
EUC-JP | 蜀馴?髻イ阨 | 1110100111100110110001101110101100111111111100101010000110001110101100101110111111110101 | e9e6c6eb3ff2a18eb2eff5 |
UTF-8 | 蜀馴〝髻イ阨 | 111010001001110010000000111010011010011010110100111000111000000010011101111010011010101110111011111011111011110110110010111010011001100010101000 | e89c80e9a6b4e3809de9abbbefbdb2e998a8 |
UHC | 蜀馴???? | 1111010110111001111000101111100000111111001111110011111100111111 | f5b9e2f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)