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 | 11100000111101001110000010110010011111010110100111100000111101001110000010110010011111010110100101000010 | e0f4e0b27d69e0f4e0b27d6942 |
EUC-JP | 瑶犂}i瑶犂}iB | 11100000111101101110000010110100011111010110100111100000111101101110000010110100011111010110100101000010 | e0f6e0b47d69e0f6e0b47d6942 |
UTF-8 | 瑶犂}i瑶犂}iB | 1110011110010001101101101110011110001010100000100111110101101001111001111001000110110110111001111000101010000010011111010110100101000010 | e791b6e78a827d69e791b6e78a827d6942 |
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)