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 | 湘繒鬘エ餘 | 100011111100001111111011100011111110100110100001101101001110100101010000 | 8fc3fb8fe9a1b4e950 |
EUC-JP | 湘繒鬘エ餘 | 1011111011000101100011111101010011010100111100101010001110001110101101001111000110110001 | bec58fd4d4f2a38eb4f1b1 |
UTF-8 | 湘繒鬘エ餘 | 111001101011100110011000111001111011100110010010111010011010110010011000111011111011110110110100111010011010010010011000 | e6b998e7b992e9ac98efbdb4e9a498 |
UHC | 湘繒??餘 | 1101111111001111111100011111100100111111001111111110011010101110 | dfcff1f93f3fe6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)