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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪皖o阻 | 1001100110010010111000011010100010000010100011111001000101101010 | 9992e1a8828f916a |
EUC-JP | 剪皖o阻 | 1101000111110010111000101010101010100011111011111100000111001011 | d1f2e2aaa3efc1cb |
UTF-8 | 剪皖o阻 | 111001011000100110101010111001111001101010010110111011111011110110001111111010011001100010111011 | e589aae79a96efbd8fe998bb |
UHC | 剪?o阻 | 11101110111100100011111110100011111011111111000011100110 | eef23fa3eff0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)