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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 髮ィ}i髮ィ}iB | 1110100110011011101010000111110101101001111010011001101110101000011111010110100101000010 | e99ba87d69e99ba87d6942 |
EUC-JP | 髮ィ}i髮ィ}iB | 11110001111110111000111010101000011111010110100111110001111110111000111010101000011111010110100101000010 | f1fb8ea87d69f1fb8ea87d6942 |
UTF-8 | 髮ィ}i髮ィ}iB | 1110100110101011101011101110111110111101101010000111110101101001111010011010101110101110111011111011110110101000011111010110100101000010 | e9abaeefbda87d69e9abaeefbda87d6942 |
UHC | 髮?}i髮?}iB | 1101101110100101001111110111110101101001110110111010010100111111011111010110100101000010 | dba53f7d69dba53f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)