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 | 隰晁ウェ邀 | 1110100010101100100111011110100010110011101010101110011110110001 | e8ac9de8b3aae7b1 |
EUC-JP | 隰晁ウェ邀 | 11110000101011101101101011101010100011101011001110001110101010101110111010110011 | f0aedaea8eb38eaaeeb3 |
UTF-8 | 隰晁ウェ邀 | 111010011001101010110000111001101001100110000001111011111011110110110011111011111011110110101010111010011000001010000000 | e99ab0e69981efbdb3efbdaae98280 |
UHC | ?晁??邀 | 00111111111100001100010100111111001111111110100110101101 | 3ff0c53f3fe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)