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 | âµÝÜ] | 1110001010110101110111011101110001011101 | e2b5dddc5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | â?ÝÜ] | 1000111110101011101001000011111110001111101010101111001010001111101010101110010001011101 | 8faba43f8faaf28faae45d |
UTF-8 | âµÝÜ] | 110000111010001011000010101101011100001110011101110000111001110001011101 | c3a2c2b5c39dc39c5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)