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調 | 1001100110010010111000011010100010000010100011111001001010110010 | 9992e1a8828f92b2 |
EUC-JP | 剪皖o調 | 1101000111110010111000101010101010100011111011111100010010110100 | d1f2e2aaa3efc4b4 |
UTF-8 | 剪皖o調 | 111001011000100110101010111001111001101010010110111011111011110110001111111010001010101010111111 | e589aae79a96efbd8fe8aabf |
UHC | 剪?o調 | 11101110111100100011111110100011111011111111000011100000 | eef23fa3eff0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)