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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 湘繒鬘エ顳B | 10001111110000111111101110001111111010011010000110110100111010010100001001000010 | 8fc3fb8fe9a1b4e94242 |
EUC-JP | 湘繒鬘エ顳B | 101111101100010110001111110101001101010011110010101000111000111010110100111100011010001101000010 | bec58fd4d4f2a38eb4f1a342 |
UTF-8 | 湘繒鬘エ顳B | 11100110101110011001100011100111101110011001001011101001101011001001100011101111101111011011010011101001101000011011001101000010 | e6b998e7b992e9ac98efbdb4e9a1b342 |
UHC | 湘繒???B | 1101111111001111111100011111100100111111001111110011111101000010 | dfcff1f93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)