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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | \◇^{\◇^s | 100000010101111110000001100111100101111001111011100000010101111110000001100111100101111001110011 | 815f819e5e7b815f819e5e73 |
EUC-JP | \◇^{\◇^s | 101000011100000010100001111111100101111001111011101000011100000010100001111111100101111001110011 | a1c0a1fe5e7ba1c0a1fe5e73 |
UTF-8 | \◇^{\◇^s | 11101111101111001011110011100010100101111000011101011110011110111110111110111100101111001110001010010111100001110101111001110011 | efbcbce297875e7befbcbce297875e73 |
UHC | \◇^{\◇^s | 101000011010110010100001110111100101111001111011101000011010110010100001110111100101111001110011 | a1aca1de5e7ba1aca1de5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)