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 | ¸³ý´È | 100011111011100010110011111111011011010011001000 | 8fb8b3fdb4c8 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | ?¸?ý´È | 00111111100011111010001010110001001111111000111110101011111100101010000110101101100011111010101010110010 | 3f8fa2b13f8fabf2a1ad8faab2 |
UTF-8 | ¸³ý´È | 110000101000111111000010101110001100001010110011110000111011110111000010101101001100001110001000 | c28fc2b8c2b3c3bdc2b4c388 |
UHC | ?¸³?´? | 001111111010001010101100101010011111100000111111101000101010010100111111 | 3fa2aca9f83fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)