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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 猩猩[猩猩[^ | 1110000011001101111000001100110101011011111000001100110111100000110011010101101101011110 | e0cde0cd5be0cde0cd5b5e |
EUC-JP | 猩猩[猩猩[^ | 1110000011001111111000001100111101011011111000001100111111100000110011110101101101011110 | e0cfe0cf5be0cfe0cf5b5e |
UTF-8 | 猩猩[猩猩[^ | 111001111000110010101001111001111000110010101001010110111110011110001100101010011110011110001100101010010101101101011110 | e78ca9e78ca95be78ca9e78ca95b5e |
UHC | 猩猩[猩猩[^ | 1110000011111010111000001111101001011011111000001111101011100000111110100101101101011110 | e0fae0fa5be0fae0fa5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)