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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頡ア骼爺オ | 1110100011110100101100011110100110001110100101101110101010110101 | e8f4b1e98e96eab5 |
EUC-JP | 頡ア骼爺オ | 11110000111101101000111010110001111100011110111011001100111011001000111010110101 | f0f68eb1f1eeccec8eb5 |
UTF-8 | 頡ア骼爺オ | 111010011010000010100001111011111011110110110001111010011010101010111100111001111000100010111010111011111011110110110101 | e9a0a1efbdb1e9aabce788baefbdb5 |
UHC | ???爺? | 001111110011111100111111111001011010110000111111 | 3f3f3fe5ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)