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 | 11100010111011101111000111011011011111010110100111100010111011101111000111011011011111010110100101000010 | e2eef1db7d69e2eef1db7d6942 |
EUC-JP | 粽?}i粽?}iB | 1110010011110000001111110111110101101001111001001111000000111111011111010110100101000010 | e4f03f7d69e4f03f7d6942 |
UTF-8 | 粽}i粽}iB | 1110011110110010101111011110111010000101100101100111110101101001111001111011001010111101111011101000010110010110011111010110100101000010 | e7b2bdee85967d69e7b2bdee85967d6942 |
UHC | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)