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 | 1000110011110100001111110111110101101001100011001111010000111111011111010110100101000010 | 8cf43f7d698cf43f7d6942 |
EUC-JP | 倖?}i倖?}iB | 1011100011110110001111110111110101101001101110001111011000111111011111010110100101000010 | b8f63f7d69b8f63f7d6942 |
UTF-8 | 倖렣}i倖렣}iB | 1110010110000000100101101110101110100000101000110111110101101001111001011000000010010110111010111010000010100011011111010110100101000010 | e58096eba0a37d69e58096eba0a37d6942 |
UHC | 倖렣}i倖렣}iB | 11111010101110001000111010110100011111010110100111111010101110001000111010110100011111010110100101000010 | fab88eb47d69fab88eb47d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)