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 | 10000001101000000011111101011110011110111000000110100000001111110101111001110011 | 81a03f5e7b81a03f5e73 |
EUC-JP | □?^{□?^s | 10100010101000100011111101011110011110111010001010100010001111110101111001110011 | a2a23f5e7ba2a23f5e73 |
UTF-8 | □▩^{□▩^s | 11100010100101101010000111100010100101101010100101011110011110111110001010010110101000011110001010010110101010010101111001110011 | e296a1e296a95e7be296a1e296a95e73 |
UHC | □▩^{□▩^s | 101000011110000010100010110011000101111001111011101000011110000010100010110011000101111001110011 | a1e0a2cc5e7ba1e0a2cc5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)