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 | ¢ùª²^ | 101000101111100110001111101010101011001001011110 | a2f98faab25e |
SJIS-WIN | ¢????^ | 10000001100100010011111100111111001111110011111101011110 | 81913f3f3f3f5e |
EUC-JP | ¢ù?ª?^ | 1010000111110001100011111010101111100011001111111000111110100010111011000011111101011110 | a1f18fabe33f8fa2ec3f5e |
UTF-8 | ¢ùª²^ | 1100001010100010110000111011100111000010100011111100001010101010110000101011001001011110 | c2a2c3b9c28fc2aac2b25e |
UHC | ???ª²^ | 0011111100111111001111111010100010100011101010011111011101011110 | 3f3f3fa8a3a9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)