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 | 1001000010101111001111110111110101101001100100001010111100111111011111010110100101000010 | 90af3f7d6990af3f7d6942 |
EUC-JP | 星?}i星?}iB | 1100000010110001001111110111110101101001110000001011000100111111011111010110100101000010 | c0b13f7d69c0b13f7d6942 |
UTF-8 | 星歷}i星歷}iB | 1110011010011000100111111110111110100110100011000111110101101001111001101001100010011111111011111010011010001100011111010110100101000010 | e6989fefa68c7d69e6989fefa68c7d6942 |
UHC | 星歷}i星歷}iB | 11100000111110001110011010111000011111010110100111100000111110001110011010111000011111010110100101000010 | e0f8e6b87d69e0f8e6b87d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)