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 | °ÔÙ | 100100011011000010010011110101001001110111011001 | 91b093d49dd9 |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°?Ô?Ù | 0011111110100001111010110011111110001111101010101101010000111111100011111010101011100011 | 3fa1eb3f8faad43f8faae3 |
UTF-8 | °ÔÙ | 110000101001000111000010101100001100001010010011110000111001010011000010100111011100001110011001 | c291c2b0c293c394c29dc399 |
UHC | ?°???? | 00111111101000011100011000111111001111110011111100111111 | 3fa1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)