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 | 1001101011100110001111110111110101101001100110101110011000111111011111010110100101000010 | 9ae63f7d699ae63f7d6942 |
EUC-JP | 壽?}i壽?}iB | 1101010011101000001111110111110101101001110101001110100000111111011111010110100101000010 | d4e83f7d69d4e83f7d6942 |
UTF-8 | 壽歷}i壽歷}iB | 1110010110100011101111011110111110100110100011000111110101101001111001011010001110111101111011111010011010001100011111010110100101000010 | e5a3bdefa68c7d69e5a3bdefa68c7d6942 |
UHC | 壽歷}i壽歷}iB | 11100001111110001110011010111000011111010110100111100001111110001110011010111000011111010110100101000010 | e1f8e6b87d69e1f8e6b87d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)