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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 湘繒鬘ツゥ^ | 100011111100001111111011100011111110100110100001110000101010100101011110 | 8fc3fb8fe9a1c2a95e |
EUC-JP | 湘繒鬘ツゥ^ | 101111101100010110001111110101001101010011110010101000111000111011000010100011101010100101011110 | bec58fd4d4f2a38ec28ea95e |
UTF-8 | 湘繒鬘ツゥ^ | 11100110101110011001100011100111101110011001001011101001101011001001100011101111101111101000001011101111101111011010100101011110 | e6b998e7b992e9ac98efbe82efbda95e |
UHC | 湘繒???^ | 1101111111001111111100011111100100111111001111110011111101011110 | dfcff1f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)